diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-01-03 00:53:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-01-03 00:53:59 +0100 |
| commit | 0c2ee93e8fb142878280efd05b4565ee2d91b5aa (patch) | |
| tree | 74238690f5f08f12d7764614a2b49c761af94dda /src | |
| parent | 9a2bb49feb0c70b2bc79c0f29817408368cbbff1 (diff) | |
White space.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/content_properties_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_properties_dialog.h b/src/wx/content_properties_dialog.h index 0b914f56e..253d7ff4a 100644 --- a/src/wx/content_properties_dialog.h +++ b/src/wx/content_properties_dialog.h @@ -36,5 +36,5 @@ public: 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); }; |
