Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 3, 2008, 1:00:24 PM (17 years ago)
Author:
rgrieder
Message:
  • cleaned up some Vc++ stuff
Location:
code/branches/input/src/orxonox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/input/src/orxonox/OrxonoxPlatform.h

    r971 r975  
    232232// disable: 'MultiTypeString' : multiple assignment operators specified
    233233// Used in MultiType and works fine so far
    234 #   pragma warning (disable : 4522)
     234//#   pragma warning (disable : 4522)
    235235
    236236// disable: "non dll-interface class used as base for dll-interface class"
  • code/branches/input/src/orxonox/core/MetaObjectList.h

    r871 r975  
    113113        This allows much faster deletion of objects because no iteration is needed.
    114114    */
    115     class MetaObjectList
     115    class _CoreExport MetaObjectList
    116116    {
    117117        public:
Note: See TracChangeset for help on using the changeset viewer.