diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2014-04-24 12:53:30 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2014-04-24 12:53:30 +0000 |
| commit | 20452bbd40fe1d93b2093cb5dea8e4cb8ae967d3 (patch) | |
| tree | ce0ca88db9385121a88ce92d2b407ebb7e9734c7 /src/style-internal.h | |
| parent | Clean up of style code, removal of SPFontStyle. Step 2. (diff) | |
| download | inkscape-20452bbd40fe1d93b2093cb5dea8e4cb8ae967d3.tar.gz inkscape-20452bbd40fe1d93b2093cb5dea8e4cb8ae967d3.zip | |
Clean up of style code: refactor marker properties. Step 3.
(bzr r13301)
Diffstat (limited to 'src/style-internal.h')
| -rw-r--r-- | src/style-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style-internal.h b/src/style-internal.h index 665c7abd4..131b77b77 100644 --- a/src/style-internal.h +++ b/src/style-internal.h @@ -137,7 +137,7 @@ class SPIBase { // To do: make private public: - Glib::ustring name; // Make const when we switch to C++11 and change marker[] initializer + Glib::ustring name; // Make const unsigned inherits : 1; // Property inherits by default from parent. unsigned set : 1; // Property has been explicitly set (vs. inherited). unsigned inherit : 1; // Property value set to 'inherit'. |
