summaryrefslogtreecommitdiff
path: root/src/wx/kdm_choice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/kdm_choice.h')
-rw-r--r--src/wx/kdm_choice.h4
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;
};