X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Ffilm_viewer.h;h=db23182a67e0e46ec87e83bb92c56e6347a35846;hp=94690daea296f5b82f6e590c5db2b2f5b56553f5;hb=f76453d0b78e5b71abbd9b4fcfda9e8eb0b61ad0;hpb=f169ad6ed7d4061c40802c7dea2e1abb04cdeb4b 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 _watermark; +#endif + boost::signals2::scoped_connection _config_changed_connection; };