VirtualBox

Ignore:
Timestamp:
May 14, 2008 2:44:50 PM (17 years ago)
Author:
vboxsync
Message:

Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp

    r8813 r8814  
    33823382void VBoxConsoleWnd::dbgPrepareDebugMenu()
    33833383{
     3384#ifdef VBOX_WITH_DEBUGGER_GUI
    33843385    /* The "Logging" item. */
    33853386    bool fEnabled = false;
     
    33993400    if (fChecked != dbgLoggingAction->isOn())
    34003401        dbgLoggingAction->setOn (fChecked);
     3402#endif /* VBOX_WITH_DEBUGGER_GUI */
    34013403}
    34023404
     
    34283430void VBoxConsoleWnd::dbgLoggingToggled (bool aState)
    34293431{
     3432#ifdef VBOX_WITH_DEBUGGER_GUI
    34303433    CConsole cconsole = csession.GetConsole();
    34313434    if (cconsole.isOk())
     
    34353438            cdebugger.SetLogEnabled(aState);
    34363439    }
    3437 
     3440#endif
    34383441}
    34393442
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