Changeset 975 for code/branches/input/src/orxonox
- Timestamp:
- Apr 3, 2008, 1:00:24 PM (17 years ago)
- Location:
- code/branches/input/src/orxonox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/input/src/orxonox/OrxonoxPlatform.h
r971 r975 232 232 // disable: 'MultiTypeString' : multiple assignment operators specified 233 233 // Used in MultiType and works fine so far 234 # pragma warning (disable : 4522)234 //# pragma warning (disable : 4522) 235 235 236 236 // disable: "non dll-interface class used as base for dll-interface class" -
code/branches/input/src/orxonox/core/MetaObjectList.h
r871 r975 113 113 This allows much faster deletion of objects because no iteration is needed. 114 114 */ 115 class MetaObjectList115 class _CoreExport MetaObjectList 116 116 { 117 117 public:
Note: See TracChangeset
for help on using the changeset viewer.