diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-23 01:33:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-23 01:33:39 +0100 |
| commit | dc9e313384e77a2cad31f40b87b42b7378e9be36 (patch) | |
| tree | 8e1d5449ba895432b32c32e0de1890363d8c29cc /src | |
| parent | ba5621f2b9f3248165441b23ab0f1d9d79c55ed2 (diff) | |
Add header guard.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/dir_picker_ctrl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wx/dir_picker_ctrl.h b/src/wx/dir_picker_ctrl.h index 659fe07ea..f23609659 100644 --- a/src/wx/dir_picker_ctrl.h +++ b/src/wx/dir_picker_ctrl.h @@ -18,6 +18,9 @@ */ +#ifndef DCPOMATIC_DIR_PICKER_CTRL +#define DCPOMATIC_DIR_PICKER_CTRL + #include <wx/wx.h> class DirPickerCtrl : public wxPanel @@ -36,3 +39,5 @@ private: wxString _path; wxSizer* _sizer; }; + +#endif |
