diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-02 21:03:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-02 21:03:03 +0100 |
| commit | 31150ddd0fafac4426d11a758be9d77699b7377c (patch) | |
| tree | aa0ac01afb3295f2aa326e394e37247c68d7a431 /src/wx/content_properties_dialog.h | |
| parent | cec71ef08475af291b968873757979c5e977facb (diff) | |
Fix missing content properties when using translations.
Diffstat (limited to 'src/wx/content_properties_dialog.h')
| -rw-r--r-- | src/wx/content_properties_dialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/content_properties_dialog.h b/src/wx/content_properties_dialog.h index eb6f11ddb..92aa5c6d7 100644 --- a/src/wx/content_properties_dialog.h +++ b/src/wx/content_properties_dialog.h @@ -19,6 +19,7 @@ */ #include "table_dialog.h" +#include "lib/user_property.h" #include <boost/shared_ptr.hpp> #include <list> #include <map> @@ -32,5 +33,5 @@ public: ContentPropertiesDialog (wxWindow* parent, boost::shared_ptr<Content> content); private: - void maybe_add_group (std::map<std::string, std::list<UserProperty> > const & groups, std::string name); + void maybe_add_group (std::map<UserProperty::Category, std::list<UserProperty> > const & groups, UserProperty::Category category); }; |
