Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 16, 2008, 7:53:40 PM (16 years ago)
Author:
rgrieder
Message:
  • removed struct ObjectListBase::Export from the forward declarations (not allowed for nested classes, but were possible with the use of a template..)
  • moved Error from core to util (since Debug.h has moved too)
File:
1 moved

Legend:

Unmodified
Added
Removed
  • code/branches/core3/src/util/Error.h

    r1605 r1606  
    3535#define _Error_H__
    3636
    37 #include "CorePrereqs.h"
     37#include "UtilPrereqs.h"
    3838
    3939#include <string>
     
    4141namespace orxonox
    4242{
    43         class _CoreExport Error
     43        class _UtilExport Error
    4444        {
    4545        public:
Note: See TracChangeset for help on using the changeset viewer.