diff options
Diffstat (limited to 'src/wx/kdm_output_panel.h')
| -rw-r--r-- | src/wx/kdm_output_panel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/kdm_output_panel.h b/src/wx/kdm_output_panel.h index 447588fe7..dd4dbb1fc 100644 --- a/src/wx/kdm_output_panel.h +++ b/src/wx/kdm_output_panel.h @@ -75,6 +75,9 @@ public: boost::signals2::signal<void ()> MethodChanged; protected: + void create_destination_widgets(wxWindow* parent); + void create_details_widgets(wxWindow* parent); + KDMChoice* _type; wxTextCtrl* _annotation_text; NameFormatEditor* _container_name_format; |
