diff options
Diffstat (limited to 'chrome/browser/ui/cocoa/constrained_window_mac.h')
-rw-r--r-- | chrome/browser/ui/cocoa/constrained_window_mac.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/ui/cocoa/constrained_window_mac.h b/chrome/browser/ui/cocoa/constrained_window_mac.h index 2de151a..60425c0 100644 --- a/chrome/browser/ui/cocoa/constrained_window_mac.h +++ b/chrome/browser/ui/cocoa/constrained_window_mac.h @@ -83,7 +83,7 @@ class ConstrainedWindowMacDelegateCustomSheet public: ConstrainedWindowMacDelegateCustomSheet(); ConstrainedWindowMacDelegateCustomSheet(id delegate, SEL didEndSelector); - ~ConstrainedWindowMacDelegateCustomSheet(); + virtual ~ConstrainedWindowMacDelegateCustomSheet(); protected: // For when you need to delay initalization after the constructor call. @@ -146,4 +146,3 @@ class ConstrainedWindowMac : public ConstrainedWindow { }; #endif // CHROME_BROWSER_UI_COCOA_CONSTRAINED_WINDOW_MAC_H_ - |