Changeset 10535 for code/branches/core7/src/libraries/core/commandline
- Timestamp:
- Jun 6, 2015, 11:52:25 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/core/commandline/CommandLineIncludes.h
r10530 r10535 59 59 public: 60 60 StaticallyInitializedCommandLineArgument(CommandLineArgument* argument) 61 : StaticallyInitializedInstance( 0)61 : StaticallyInitializedInstance(StaticInitialization::COMMAND_LINE_ARGUMENT) 62 62 , argument_(argument) 63 63 {}
Note: See TracChangeset
for help on using the changeset viewer.