Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 8, 2015, 11:15:43 PM (9 years ago)
Author:
landauf
Message:

detail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/libraries/core/commandline/CommandLineIncludes.h

    r10345 r10353  
    4949#define SetCommandLineArgument(name, defaultValue) \
    5050    orxonox::CommandLineArgument& CmdArgumentDummyBoolVar##name \
    51     = (new orxonox::StaticallyInitializedCommandLineArgument(new orxonox::CommandLineArgument(#name, defaultValue)))->getArgument()
     51        = (new orxonox::SI_CLA(new orxonox::CommandLineArgument(#name, defaultValue)))->getArgument()
    5252#define SetCommandLineSwitch(name) \
    5353    SetCommandLineArgument(name, false)
     
    6969            CommandLineArgument* argument_;
    7070    };
     71
     72    typedef StaticallyInitializedCommandLineArgument SI_CLA;
    7173}
    7274
Note: See TracChangeset for help on using the changeset viewer.