diff options
Diffstat (limited to 'views/window/dialog_delegate.h')
-rw-r--r-- | views/window/dialog_delegate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/window/dialog_delegate.h b/views/window/dialog_delegate.h index 0d66956..19c2a89 100644 --- a/views/window/dialog_delegate.h +++ b/views/window/dialog_delegate.h @@ -104,7 +104,7 @@ class DialogDelegate : public WindowDelegate { virtual ClientView* CreateClientView(Window* window); // Called when the window has been closed. - virtual void OnClose() {}; + virtual void OnClose() {} // A helper for accessing the DialogClientView object contained by this // delegate's Window. |