Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4036 in orxonox.OLD


Ignore:
Timestamp:
May 4, 2005, 3:10:00 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/gui/gui/orxonox_gui_exec.cc

    r4034 r4036  
    2626#include "orxonox_gui_exec.h"
    2727
    28 #include <string>
     28#include <string.h>
    2929
    3030#include <sys/stat.h>
     
    3939OrxonoxGuiExec::OrxonoxGuiExec(void)
    4040{
    41   configFile =(char*)malloc(512*sizeof(char));
     41  configFile = new char[512];
    4242
    4343  this->execFrame = new Frame("Execute-Tags:");
Note: See TracChangeset for help on using the changeset viewer.