Changeset 10374 for code/branches/core7/src/libraries/core/CoreIncludes.h
- Timestamp:
- Apr 19, 2015, 10:04:35 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/core/CoreIncludes.h
r10362 r10374 255 255 { this->parents_.push_back(new InheritsFromClass<T>()); return *this; } 256 256 257 inline StaticallyInitializedIdentifier& virtualBase() 258 { this->identifier_->setVirtualBase(true); return *this; } 259 257 260 private: 258 261 Identifier* identifier_;
Note: See TracChangeset
for help on using the changeset viewer.