VirtualBox

Changeset 9652 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 12, 2008 10:13:02 AM (17 years ago)
Author:
vboxsync
Message:

gcc-3.2 workaround

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxProblemReporter.cpp

    r9627 r9652  
    21322132    AssertWrapperOk (vbox);
    21332133
     2134    // this (QWidget*) cast is necessary to work around a gcc-3.2 bug */
    21342135#if VBOX_OSE
    2135     VBoxAboutDlg (mainWindowShown(), COMVersion).exec();
     2136    VBoxAboutDlg ((QWidget*)mainWindowShown(), COMVersion).exec();
    21362137#else
    2137     VBoxAboutNonOSEDlg (mainWindowShown(), COMVersion).exec();
     2138    VBoxAboutNonOSEDlg ((QWidget*)mainWindowShown(), COMVersion).exec();
    21382139#endif
    21392140}
Note: See TracChangeset for help on using the changeset viewer.

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