- Timestamp:
- May 31, 2015, 11:54:06 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/core/commandline/CommandLineIncludes.h
r10404 r10520 59 59 public: 60 60 StaticallyInitializedCommandLineArgument(CommandLineArgument* argument) : argument_(argument) {} 61 ~StaticallyInitializedCommandLineArgument() { delete argument_; } 61 62 62 63 virtual void load()
Note: See TracChangeset
for help on using the changeset viewer.