diff options
Diffstat (limited to 'views/window/dialog_client_view.cc')
-rw-r--r-- | views/window/dialog_client_view.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/window/dialog_client_view.cc b/views/window/dialog_client_view.cc index f4a3985..b17f370 100644 --- a/views/window/dialog_client_view.cc +++ b/views/window/dialog_client_view.cc @@ -302,6 +302,10 @@ DialogClientView* DialogClientView::AsDialogClientView() { return this; } +const DialogClientView* DialogClientView::AsDialogClientView() const { + return this; +} + //////////////////////////////////////////////////////////////////////////////// // DialogClientView, View overrides: |