dropped "c" prefix from class names

This commit is contained in:
Nick Bolton
2014-11-11 13:51:47 +00:00
parent f6c05e7635
commit e8e156f0e2
382 changed files with 7430 additions and 7423 deletions

View File

@@ -19,7 +19,7 @@
#ifdef MAC_OS_X_VERSION_10_7
@interface COSXDragView : NSView<NSDraggingSource,NSDraggingInfo>
@interface OSXDragView : NSView<NSDraggingSource,NSDraggingInfo>
{
NSMutableString* m_dropTarget;
NSString* m_dragFileExt;