diff options
Diffstat (limited to 'src/buffer.hh')
| -rw-r--r-- | src/buffer.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.hh b/src/buffer.hh index a2517956..0700acb9 100644 --- a/src/buffer.hh +++ b/src/buffer.hh @@ -203,7 +203,7 @@ public: bool is_modified() const; // notify the buffer that it was saved in the current state - void notify_saved(); + void notify_saved(FsStatus status); ValueMap& values() const { return m_values; } |
