]> git.lyx.org Git - features.git/blobdiff - src/Buffer.h
Properly mark a buffer as internal
[features.git] / src / Buffer.h
index 8bf1417d8b811abf801073f6d22d4c27f1b18b0b..3c4d0f40d08b81335a813ce524227f3e3727e112 100644 (file)
@@ -379,6 +379,8 @@ public:
        /// automatically saved, nor it needs to trigger any "do you want to save ?" question.
        bool isInternal() const;
 
+       void setInternal(bool flag);
+
        /// Mark this buffer as dirty.
        void markDirty();