X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fdcpomatic_choice.h;h=7c1fadcc0eb04a3f3fe293d5dd194b3fd8e00774;hb=2f518094d7db4e8586eba9c741289735794c572c;hp=7c9042de98e9066a43e3e4fdedeff0242712bfd3;hpb=1695ad102d21c601592e8895d8b402ceebf4f1b0;p=dcpomatic.git diff --git a/src/wx/dcpomatic_choice.h b/src/wx/dcpomatic_choice.h index 7c9042de9..7c1fadcc0 100644 --- a/src/wx/dcpomatic_choice.h +++ b/src/wx/dcpomatic_choice.h @@ -37,6 +37,7 @@ public: void add(std::string const& entry); void set(int index); boost::optional get() const; + boost::optional get_data() const; template void bind(Args... args) {