diff options
Diffstat (limited to 'views/view.h')
-rw-r--r-- | views/view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/view.h b/views/view.h index dd7662b..8f362f1 100644 --- a/views/view.h +++ b/views/view.h @@ -936,7 +936,7 @@ class View : public AcceleratorTarget { bool is_horizontal, bool is_positive); // Get the theme provider from the parent widget. - ThemeProvider* GetThemeProvider(); + ThemeProvider* GetThemeProvider() const; protected: // The id of this View. Used to find this View. |