diff options
Diffstat (limited to 'src/wx/rating_dialog.h')
| -rw-r--r-- | src/wx/rating_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/rating_dialog.h b/src/wx/rating_dialog.h index 97a56f52e..e8dfc2d9c 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); - boost::optional<dcp::Rating> get () const; + std::vector<dcp::Rating> get() const; private: void setup_sensitivity (bool ok_valid); |
