summaryrefslogtreecommitdiff
path: root/src/wx/markers_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/markers_dialog.h')
-rw-r--r--src/wx/markers_dialog.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/wx/markers_dialog.h b/src/wx/markers_dialog.h
index e962d4463..c6f76d206 100644
--- a/src/wx/markers_dialog.h
+++ b/src/wx/markers_dialog.h
@@ -19,6 +19,10 @@
*/
+#ifndef DCPOMATIC_MARKERS_DIALOG_H
+#define DCPOMATIC_MARKERS_DIALOG_H
+
+
#include <dcp/warnings.h>
LIBDCP_DISABLE_WARNINGS
#include <wx/wx.h>
@@ -40,3 +44,6 @@ private:
std::list<std::shared_ptr<Marker>> _markers;
std::weak_ptr<Film> _film;
};
+
+
+#endif