Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 6, 2015, 2:45:20 PM (9 years ago)
Author:
landauf
Message:

statically initialized instances may contain a type. currently not used.

File:
1 edited

Legend:

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

    r10520 r10530  
    5858    {
    5959        public:
    60             StaticallyInitializedCommandLineArgument(CommandLineArgument* argument) : argument_(argument) {}
     60            StaticallyInitializedCommandLineArgument(CommandLineArgument* argument)
     61                : StaticallyInitializedInstance(0)
     62                , argument_(argument)
     63            {}
    6164            ~StaticallyInitializedCommandLineArgument() { delete argument_; }
    6265
Note: See TracChangeset for help on using the changeset viewer.