diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-02-09 02:06:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-02-09 17:29:16 +0100 |
| commit | d0308d53dd9f4d036d8c5fe8023920fcdfd43f39 (patch) | |
| tree | 5b37c1db5dc50e541a542663390061f743fe815a /src/wx/audio_dialog.h | |
| parent | 8d0d9866ae3e0395d899705e27b3806a5de7ef0e (diff) | |
Remove unnecessary wx_ptr
It was only ever used for wxDialog subclasses, which can be
stack-allocated.
Diffstat (limited to 'src/wx/audio_dialog.h')
| -rw-r--r-- | src/wx/audio_dialog.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/wx/audio_dialog.h b/src/wx/audio_dialog.h index 8c2001c17..f750d8e13 100644 --- a/src/wx/audio_dialog.h +++ b/src/wx/audio_dialog.h @@ -19,6 +19,10 @@ */ +#ifndef DCPOMATIC_AUDIO_DIALOG_H +#define DCPOMATIC_AUDIO_DIALOG_H + + #include "lib/audio_analysis.h" #include "lib/constants.h" #include "lib/film_property.h" @@ -81,3 +85,6 @@ private: boost::signals2::scoped_connection _film_content_connection; boost::signals2::scoped_connection _analysis_finished_connection; }; + + +#endif |
