summaryrefslogtreecommitdiff
path: root/macosx/Source/MemBadgeView.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2015-01-27 18:54:11 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2015-01-27 18:54:11 +0000
commit58cbcb27965a171e378cde14d02d430bbe48e752 (patch)
tree4362bb62dee2dc6c433d673487173ccc82d56cd2 /macosx/Source/MemBadgeView.h
parent87961164328c33726614b307801fb2a0ba87b8dc (diff)
downloadpcsxr-58cbcb27965a171e378cde14d02d430bbe48e752.tar.gz
OS X: Have custom views use IB_DESIGNABLE.
Minor comment change. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@93285 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Source/MemBadgeView.h')
-rw-r--r--macosx/Source/MemBadgeView.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/Source/MemBadgeView.h b/macosx/Source/MemBadgeView.h
index b28353bd..e64c8fbf 100644
--- a/macosx/Source/MemBadgeView.h
+++ b/macosx/Source/MemBadgeView.h
@@ -9,6 +9,7 @@
#import <Cocoa/Cocoa.h>
//TODO: also include the memory count in the view as well.
+IB_DESIGNABLE
@interface MemBadgeView : NSView
@end