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/command/ConsoleCommandIncludes.h

    r10520 r10530  
    310310    {
    311311        public:
    312             StaticallyInitializedConsoleCommand(ConsoleCommand* command) : command_(command) {}
     312            StaticallyInitializedConsoleCommand(ConsoleCommand* command)
     313                : StaticallyInitializedInstance(0)
     314                , command_(command)
     315            {}
    313316            ~StaticallyInitializedConsoleCommand() { delete command_; }
    314317
Note: See TracChangeset for help on using the changeset viewer.