X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcheck_box.h;h=8e6789e448311346f7ddb838c7e353979e9fa80e;hb=8ccbe70f3c2f5db9e88978a98f3ad5735ece07ab;hp=ff47bc5248d5805d9e2a45b2f642607e033c3f0e;hpb=9c1bb2e5ca7c80c4e26b1b2e41159aa171360a94;p=dcpomatic.git diff --git a/src/wx/check_box.h b/src/wx/check_box.h index ff47bc524..8e6789e44 100644 --- a/src/wx/check_box.h +++ b/src/wx/check_box.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 Carl Hetherington + Copyright (C) 2018-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,12 +18,15 @@ */ + #ifndef DCPOMATIC_CHECK_BOX_H #define DCPOMATIC_CHECK_BOX_H + #include "i18n_hook.h" #include + class CheckBox : public wxCheckBox, public I18NHook { public: @@ -33,4 +36,5 @@ public: wxString get_text () const; }; + #endif