diff options
Diffstat (limited to 'src/wx/fonts_dialog.h')
| -rw-r--r-- | src/wx/fonts_dialog.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/wx/fonts_dialog.h b/src/wx/fonts_dialog.h index c741131c4..3e6150a4f 100644 --- a/src/wx/fonts_dialog.h +++ b/src/wx/fonts_dialog.h @@ -19,6 +19,10 @@ */ +#ifndef DCPOMATIC_FONTS_DIALOG_H +#define DCPOMATIC_FONTS_DIALOG_H + + #include <dcp/warnings.h> LIBDCP_DISABLE_WARNINGS #include <wx/listctrl.h> @@ -54,3 +58,7 @@ private: wxButton* _set_from_file; wxButton* _set_from_system_font = nullptr; }; + + +#endif + |
