diff options
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; }; |
