diff options
| -rw-r--r-- | ui/viewframe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/viewframe.h b/ui/viewframe.h index 0ce65c3d..91303cad 100644 --- a/ui/viewframe.h +++ b/ui/viewframe.h @@ -255,7 +255,7 @@ public: FileContext* getFileContext() const { return m_context; } bool areFileContentsLocked() { return m_fileContentsLock; } - void setFileContentsLocked(bool enable) { m_fileContentsLock = enable; } + void setFileContentsLocked(bool enable); QWidget* getFileContentsLockStatus(); DockHandler* getDockHandler() const { return m_docks; } |
