diff options
Diffstat (limited to 'src/wx/content_properties_dialog.h')
| -rw-r--r-- | src/wx/content_properties_dialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/content_properties_dialog.h b/src/wx/content_properties_dialog.h index c7efa4497..0b914f56e 100644 --- a/src/wx/content_properties_dialog.h +++ b/src/wx/content_properties_dialog.h @@ -33,8 +33,8 @@ class UserProperty; class ContentPropertiesDialog : public TableDialog { public: - ContentPropertiesDialog (wxWindow* parent, std::shared_ptr<const Film> film, std::shared_ptr<Content> content); + ContentPropertiesDialog(wxWindow* parent, std::shared_ptr<const Film> film, std::shared_ptr<Content> content); private: - void maybe_add_group (std::map<UserProperty::Category, std::list<UserProperty> > const & groups, UserProperty::Category category); + void maybe_add_group(std::map<UserProperty::Category, std::list<UserProperty> > const & groups, UserProperty::Category category); }; |
