X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftemplates_dialog.h;h=119eb42cf0d38fd400f534d3f78f8de26d68adc6;hb=31de5b1272d928557a7272977584f5dcc9876c75;hp=0395739329d56a9936708843719d8691b265a358;hpb=73407f943ba25e2a0df2c98b3a9a938132876e9f;p=dcpomatic.git diff --git a/src/wx/templates_dialog.h b/src/wx/templates_dialog.h index 039573932..119eb42cf 100644 --- a/src/wx/templates_dialog.h +++ b/src/wx/templates_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2016 Carl Hetherington + Copyright (C) 2016-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,14 +18,19 @@ */ + +#include "lib/warnings.h" +DCPOMATIC_DISABLE_WARNINGS #include #include +DCPOMATIC_ENABLE_WARNINGS #include + class TemplatesDialog : public wxDialog { public: - TemplatesDialog (wxWindow* parent); + explicit TemplatesDialog (wxWindow* parent); void refresh (); void layout ();