Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 3, 2005, 12:20:48 PM (21 years ago)
Author:
bensch
Message:

orxonox/branches/updater: implemented some destructors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/updater/src/gui/orxonox_gui_exec.cc

    r3317 r3318  
    7070
    7171/**
     72   \brief Destructs the Execution-stuff
     73*/
     74OrxonoxGuiExec::~OrxonoxGuiExec(void)
     75{
     76  if(this->configFile)
     77    delete []this->configFile;
     78}
     79
     80/**
    7281   \brief Return the Frame
    7382   \return Returns the Exec-frame
Note: See TracChangeset for help on using the changeset viewer.