summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_viewer.h')
-rw-r--r--src/wx/film_viewer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h
index 94690daea..db23182a6 100644
--- a/src/wx/film_viewer.h
+++ b/src/wx/film_viewer.h
@@ -154,5 +154,9 @@ private:
bool _outline_content;
Eyes _eyes;
+#ifdef DCPOMATIC_VARIANT_SWAROOP
+ boost::optional<wxBitmap> _watermark;
+#endif
+
boost::signals2::scoped_connection _config_changed_connection;
};