Changeset 3318 in orxonox.OLD for orxonox/branches/updater/src/gui/orxonox_gui_exec.cc
- Timestamp:
- Jan 3, 2005, 12:20:48 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/updater/src/gui/orxonox_gui_exec.cc
r3317 r3318 70 70 71 71 /** 72 \brief Destructs the Execution-stuff 73 */ 74 OrxonoxGuiExec::~OrxonoxGuiExec(void) 75 { 76 if(this->configFile) 77 delete []this->configFile; 78 } 79 80 /** 72 81 \brief Return the Frame 73 82 \return Returns the Exec-frame
Note: See TracChangeset
for help on using the changeset viewer.