]> git.saurik.com Git - wxWidgets.git/commitdiff
Added header preprocessor guard
authorDavid Elliott <dfe@tgwbd.org>
Sat, 10 Apr 2004 03:54:21 +0000 (03:54 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Sat, 10 Apr 2004 03:54:21 +0000 (03:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/cocoa/ObjcRef.h

index 2af1c2598a16715c39bb1d3c5cc3de9faccd7819..4e28712e89b80e2773d7db4c0dd30f2ac2c19354 100644 (file)
@@ -9,6 +9,8 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+#ifndef _WX_COCOA_OBJCREF_H__
+#define _WX_COCOA_OBJCREF_H__
 /*
 wxObjcAutoRefFromAlloc: construct a reference to an object that was
 [NSObject -alloc]'ed and thus does not need a retain
@@ -74,3 +76,4 @@ public:
     {   return wxObjcAutoRefFromAlloc<T>::operator=(otherRef); }
 };
 
+#endif //ndef _WX_COCOA_OBJCREF_H__