Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 10, 2008, 5:07:48 PM (16 years ago)
Author:
landauf
Message:

started implementing the Namespace hierarchy (still unfinished)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core2/src/orxonox/core/BaseObject.h

    r877 r879  
    7979            const std::string& getLevelfile() const;
    8080
    81             inline void setNamespace(Namespace* ns) { this->namespace_ = ns; }
     81            virtual inline void setNamespace(Namespace* ns) { this->namespace_ = ns; }
    8282            inline Namespace* getNamespace() const { return this->namespace_; }
    8383
Note: See TracChangeset for help on using the changeset viewer.