diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-27 22:49:05 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-27 22:49:05 +0200 |
| commit | d3dbe752a3098328d5763f3fc0fd589bac0d5047 (patch) | |
| tree | 050b5a4c7b06bdaee48c4cf581271856330db4a4 /src/wx/content_advanced_dialog.h | |
| parent | 0f13efdcc1a1994085b20940a2b9657a3f99bfcf (diff) | |
Switch the content advanced dialogue to use GridBagSizer.
Diffstat (limited to 'src/wx/content_advanced_dialog.h')
| -rw-r--r-- | src/wx/content_advanced_dialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/content_advanced_dialog.h b/src/wx/content_advanced_dialog.h index 79b4be85c..5fec35412 100644 --- a/src/wx/content_advanced_dialog.h +++ b/src/wx/content_advanced_dialog.h @@ -19,14 +19,14 @@ */ -#include "table_dialog.h" +#include <wx/wx.h> #include <boost/shared_ptr.hpp> class Content; -class ContentAdvancedDialog : public TableDialog +class ContentAdvancedDialog : public wxDialog { public: ContentAdvancedDialog (wxWindow* parent, boost::shared_ptr<Content> content); |
