X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Frating_dialog.h;h=97a56f52ec6c66fd8686e89e451282a03bde548d;hb=f5bd787fb71466a6187050086b2890b9b0ac9294;hp=66a93305a865df091352a95cfedc1f44feb77331;hpb=3c29aa6531a4046a8db72dcac81189eb8893233c;p=dcpomatic.git diff --git a/src/wx/rating_dialog.h b/src/wx/rating_dialog.h index 66a93305a..97a56f52e 100644 --- a/src/wx/rating_dialog.h +++ b/src/wx/rating_dialog.h @@ -90,7 +90,7 @@ public: RatingDialog (wxWindow* parent); void set (dcp::Rating r); - dcp::Rating get () const; + boost::optional get () const; private: void setup_sensitivity (bool ok_valid);