diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-01 22:58:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-01 22:58:54 +0100 |
| commit | a1cc8eb29a1e85071bfdb5c7ee3180149be09a69 (patch) | |
| tree | 4da4e87e1c6416b59d2545061e486e103ea4856e /src/wx/config_dialog.cc | |
| parent | 20245a48271c04a9c0f90585281b082eb9199237 (diff) | |
Put some preferences stuff into a namespace.
Diffstat (limited to 'src/wx/config_dialog.cc')
| -rw-r--r-- | src/wx/config_dialog.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/config_dialog.cc b/src/wx/config_dialog.cc index 86cc214f8..95c168e8e 100644 --- a/src/wx/config_dialog.cc +++ b/src/wx/config_dialog.cc @@ -48,6 +48,7 @@ using boost::optional; #if BOOST_VERSION >= 106100 using namespace boost::placeholders; #endif +using namespace dcpomatic::preferences; static |
