diff options
Diffstat (limited to 'Slimber/Cocoa/CocoaController.h')
-rw-r--r-- | Slimber/Cocoa/CocoaController.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Slimber/Cocoa/CocoaController.h b/Slimber/Cocoa/CocoaController.h index 8f42fbf..f6881ae 100644 --- a/Slimber/Cocoa/CocoaController.h +++ b/Slimber/Cocoa/CocoaController.h @@ -1,14 +1,14 @@ /* - * Copyright (c) 2010-2012 Isode Limited. + * Copyright (c) 2010-2015 Isode Limited. * All rights reserved. * See the COPYING file for more information. */ -// Fix Boost-Cocoa conflict -#define __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES 0 +#pragma once + #include <Cocoa/Cocoa.h> class MainController; class CocoaMenulet; @interface CocoaController : NSObject |