VirtualBox

Changeset 35874 in vbox


Ignore:
Timestamp:
Feb 7, 2011 2:14:57 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69880
Message:

FE/Qt4-OSX: fix some warning in 64-bit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaSpecialControls.mm

    r30693 r35874  
    3838#include <QMacCocoaViewContainer>
    3939
    40 /* 
    41  * Private interfaces 
     40/*
     41 * Private interfaces
    4242 */
    4343@interface UIButtonTargetPrivate: NSObject
     
    7171@end
    7272
    73 #if MAC_OS_X_VERSION_MIN_ALLOWED >= MAC_OS_X_VERSION_10_6
     73#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_6
    7474@interface UISearchFieldDelegatePrivate: NSObject<NSTextFieldDelegate>
    7575#else
     
    7979@end
    8080
    81 /* 
     81/*
    8282 * Implementation of the private interfaces
    8383 */
     
    122122}
    123123
    124 - (void)dealloc 
     124- (void)dealloc
    125125{
    126126    [mBGColor release];
     
    222222
    223223
    224 /* 
     224/*
    225225 * Helper functions
    226226 */
     
    231231}
    232232
    233 /* 
    234  * Public classes 
     233/*
     234 * Public classes
    235235 */
    236236UICocoaWrapper::UICocoaWrapper(QWidget *pParent /* = 0 */)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette