diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-03-19 22:34:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-19 22:34:23 +0100 |
| commit | 7bc591abc86ed4742f21f45ca1d6151cb14bc100 (patch) | |
| tree | 661f3e1c78e80be366f0caad720f10e835a9f573 /src/wx/kdm_choice.h | |
| parent | c7d1f6e7988888811fdac36c465919f170a06c7a (diff) | |
Add config option for default KDM type.
Diffstat (limited to 'src/wx/kdm_choice.h')
| -rw-r--r-- | src/wx/kdm_choice.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/kdm_choice.h b/src/wx/kdm_choice.h index 3f2bcdfe0..109c552f0 100644 --- a/src/wx/kdm_choice.h +++ b/src/wx/kdm_choice.h @@ -29,5 +29,9 @@ public: KDMChoice (wxWindow* parent); dcp::Formulation get () const; + void set (dcp::Formulation type); + +private: + dcp::Formulation get_formulation (unsigned int n) const; }; |
