Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 24, 2013, 4:16:01 PM (11 years ago)
Author:
landauf
Message:

it's probably better to store the context in a seaprate interface instead of adding a constructor argument to OrxonoxClass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core6/src/libraries/core/object/Context.cc

    r9561 r9562  
    3737namespace orxonox
    3838{
    39     Context::Context(Context* context) : OrxonoxClass(this), parentContext_(context)
     39    Context::Context(Context* context) : ContextObject(this), parentContext_(context)
    4040    {
    4141        RegisterRootObject(Context);
Note: See TracChangeset for help on using the changeset viewer.