diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-12-19 14:50:42 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-12-19 14:50:42 +0100 |
| commit | 2ecb69fa967dacce23336cab1c526d133ea33321 (patch) | |
| tree | 533cdba0ecad5d372a85df78da7879b45e788e75 /src/wx/kdm_output_panel.h | |
| parent | b0dc4c3aecc195b57ec2f1eafaaa68a9f4116e4e (diff) | |
Fix bits missed from previous commit.
Diffstat (limited to 'src/wx/kdm_output_panel.h')
| -rw-r--r-- | src/wx/kdm_output_panel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/kdm_output_panel.h b/src/wx/kdm_output_panel.h index 040815392..db898b44b 100644 --- a/src/wx/kdm_output_panel.h +++ b/src/wx/kdm_output_panel.h @@ -63,6 +63,10 @@ public: std::function<bool (boost::filesystem::path)> confirm_overwrite ); + bool method_selected() const; + + boost::signals2::signal<void ()> MethodChanged; + private: void kdm_write_type_changed (); void advanced_clicked (); |
