Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 28, 2006, 11:23:52 AM (19 years ago)
Author:
bensch
Message:

orxonox/proxy: linking problem, trying another tardis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/gui/gl/glgui_fixedposition_box.h

    r9546 r9547  
    77#define _GLGUI_FIXEDPOSITION_BOX_H
    88
    9 #include "glgui_container.h"
    10 #include "glgui_defs.h"
     9#include "glgui_box.h"
    1110
    1211namespace OrxGui
     
    1615   *
    1716   */
    18   class GLGuiFixedpositionBox : public GLGuiBox
     17  class GLGuiFixedpositionBox : public OrxGui::GLGuiBox
    1918  {
    2019
     
    2322    virtual ~GLGuiFixedpositionBox();
    2423
    25     inline OrxGui::Position position() const { return _position; };
     24    inline OrxGui::Position position() const { return this->_position; };
    2625    void setPosition(OrxGui::Position);
    2726
Note: See TracChangeset for help on using the changeset viewer.