Changeset 1064 for code/trunk/src/core/Factory.h
- Timestamp:
- Apr 14, 2008, 9:39:57 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/Factory.h
r1062 r1064 71 71 private: 72 72 Factory() {} // don't create 73 Factory(const Factory& factory) {}// don't copy73 Factory(const Factory& factory); // don't copy 74 74 ~Factory() {} // don't delete 75 75
Note: See TracChangeset
for help on using the changeset viewer.