diff options
Diffstat (limited to 'Slimber/Cocoa/CocoaMenulet.h')
-rw-r--r-- | Slimber/Cocoa/CocoaMenulet.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Slimber/Cocoa/CocoaMenulet.h b/Slimber/Cocoa/CocoaMenulet.h index fa4848e..887fdf9 100644 --- a/Slimber/Cocoa/CocoaMenulet.h +++ b/Slimber/Cocoa/CocoaMenulet.h @@ -1,22 +1,20 @@ /* - * Copyright (c) 2010-2012 Isode Limited. + * Copyright (c) 2010-2015 Isode Limited. * All rights reserved. * See the COPYING file for more information. */ #pragma once -// Fix Boost-Cocoa conflict -#define __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES 0 #include <Cocoa/Cocoa.h> +#include <Slimber/Menulet.h> -#include "Slimber/Menulet.h" #include <SwifTools/Cocoa/CocoaAction.h> class CocoaMenulet : public Menulet { public: CocoaMenulet(); - ~CocoaMenulet(); + virtual ~CocoaMenulet(); private: virtual void clear(); |