summaryrefslogtreecommitdiff
path: root/src/wx/rating_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/rating_dialog.h')
-rw-r--r--src/wx/rating_dialog.h2
1 files changed, 1 insertions, 1 deletions
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<dcp::Rating> get () const;
private:
void setup_sensitivity (bool ok_valid);