summaryrefslogtreecommitdiffstats
path: root/src/document.h
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2012-03-07 20:27:39 +0000
committerJazzyNico <nicoduf@yahoo.fr>2012-03-07 20:27:39 +0000
commit6068183f7612525060a38d7ddf813f67cee62db5 (patch)
treec6af67b866d475fcae6289b0cdd5ae2f0b1da69f /src/document.h
parentBitmaps. Fix for bug #499252 (Edit bitmap externally fails for relative links). (diff)
downloadinkscape-6068183f7612525060a38d7ddf813f67cee62db5.tar.gz
inkscape-6068183f7612525060a38d7ddf813f67cee62db5.zip
UI. Fix for bug #294354 (Unsaved files should have an asterisk (*) in the titlebar).
Fixed bugs: - https://launchpad.net/bugs/294354 (bzr r11054)
Diffstat (limited to 'src/document.h')
-rw-r--r--src/document.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/document.h b/src/document.h
index f28e615d8..e41ec4d59 100644
--- a/src/document.h
+++ b/src/document.h
@@ -190,9 +190,7 @@ public:
bool isSeeking() const;
bool isModifiedSinceSave() const { return modified_since_save; }
- void setModifiedSinceSave(bool modified = true) {
- modified_since_save = modified;
- }
+ void setModifiedSinceSave(bool modified = true);
private:
SPDocument(SPDocument const &); // no copy