diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-08-20 23:43:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-08-20 23:43:12 +0100 |
| commit | f8832c431b45e81523ec2ef70999e7e613d5001e (patch) | |
| tree | 3ba7308351a3c0bfd96ba1f31f32cb41103a0d87 /src/wx/make_chain_dialog.h | |
| parent | 35e9a698ba3ca35fd488b3622e441956632261cf (diff) | |
Add KDM decryption keys prefs to player.
Diffstat (limited to 'src/wx/make_chain_dialog.h')
| -rw-r--r-- | src/wx/make_chain_dialog.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wx/make_chain_dialog.h b/src/wx/make_chain_dialog.h index b9fb0d449..5ad62430e 100644 --- a/src/wx/make_chain_dialog.h +++ b/src/wx/make_chain_dialog.h @@ -18,6 +18,9 @@ */ +#ifndef DCPOMATIC_MAKE_CHAIN_DIALOG_H +#define DCPOMATIC_MAKE_CHAIN_DIALOG_H + #include "table_dialog.h" #include "wx_util.h" @@ -61,3 +64,5 @@ private: wxTextCtrl* _intermediate_common_name; wxTextCtrl* _leaf_common_name; }; + +#endif |
