diff options
| author | brock-alexander <Brock.Alexander@web.de> | 2016-06-14 10:26:58 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2016-06-14 10:26:58 +0000 |
| commit | 3e173aedbe72ba21d33eaec804bf4c9f8e9fa158 (patch) | |
| tree | f8d3149bf2bfa30b030017176698d40808eac903 /src/document.h | |
| parent | [Bug #1407331] Ukrainian translation update for 0.92. (diff) | |
| download | inkscape-3e173aedbe72ba21d33eaec804bf4c9f8e9fa158.tar.gz inkscape-3e173aedbe72ba21d33eaec804bf4c9f8e9fa158.zip | |
Merging lp:~inkscape+alexander/inkscape/comments into lp:inkscape.
(bzr r14986)
Diffstat (limited to 'src/document.h')
| -rw-r--r-- | src/document.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document.h b/src/document.h index e95042155..813d4ae49 100644 --- a/src/document.h +++ b/src/document.h @@ -198,7 +198,7 @@ public: bool isSeeking() const; bool isModifiedSinceSave() const { return modified_since_save; } - void setModifiedSinceSave(bool modified = true); + void setModifiedSinceSave(bool const modified = true); private: SPDocument(SPDocument const &); // no copy |
