Code

now that selection description includes style (filtered, clipped), we need to update...
[inkscape.git] / src / preferences.h
index 2f2337b8131892f1dc6157cd8ad1970fc0e1f74b..0c37be24baba4c462ccd95ed25d567a65bf124db 100644 (file)
@@ -109,6 +109,7 @@ public:
     friend class Preferences; // Preferences class has to access _value
     public:
         ~Entry() {}
+        Entry() : _pref_path(""), _value(NULL) {} // needed to enable use in maps
         Entry(Entry const &other) : _pref_path(other._pref_path), _value(other._value) {}
         /**
          * @brief Check whether the received entry is valid.