Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9305 in orxonox.OLD for branches/proxy/src/lib/coord


Ignore:
Timestamp:
Jul 17, 2006, 1:54:36 PM (18 years ago)
Author:
bensch
Message:

compiles again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/coord/p_node.h

    r9304 r9305  
    7373
    7474//! Patent Node is a Engine to calculate the position of an Object in respect to the position of its parent.
    75 class PNode : virtual public BaseObject, public Synchronizeable {
     75class PNode : virtual public BaseObject, virtual public Synchronizeable {
    7676 public:
    7777  PNode (PNode* parent = PNode::getNullParent(), long nodeFlags = PNODE_PARENT_MODE_DEFAULT);
Note: See TracChangeset for help on using the changeset viewer.