summaryrefslogtreecommitdiff
path: root/src/wx/config_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-03-01 22:58:54 +0100
committerCarl Hetherington <cth@carlh.net>2025-03-01 22:58:54 +0100
commita1cc8eb29a1e85071bfdb5c7ee3180149be09a69 (patch)
tree4da4e87e1c6416b59d2545061e486e103ea4856e /src/wx/config_dialog.h
parent20245a48271c04a9c0f90585281b082eb9199237 (diff)
Put some preferences stuff into a namespace.
Diffstat (limited to 'src/wx/config_dialog.h')
-rw-r--r--src/wx/config_dialog.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/wx/config_dialog.h b/src/wx/config_dialog.h
index 0a6ac1d08..736562384 100644
--- a/src/wx/config_dialog.h
+++ b/src/wx/config_dialog.h
@@ -51,6 +51,10 @@ class AudioMappingView;
class CheckBox;
+namespace dcpomatic {
+namespace preferences {
+
+
class Page : public wxPreferencesPage
{
public:
@@ -200,4 +204,8 @@ private:
wxDirPickerCtrl* _kdm_directory;
};
+
+}
+}
+
#endif