Supporter.
[dcpomatic.git] / src / wx / content_properties_dialog.h
index eb6f11ddb8a0cf1496eaa7c0c54e9b61d7bb779f..92aa5c6d739b51e9619273cb0cdd6c5106b7d0e3 100644 (file)
@@ -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);
 };