Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 22, 2006, 3:35:18 PM (18 years ago)
Author:
bensch
Message:

new_class_id: glgui adapted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/gui/gl/glgui_pushbutton.cc

    r8717 r9689  
    2323namespace OrxGui
    2424{
    25 
     25  NewObjectListDefinition(GLGuiPushButton);
    2626  /**
    2727   * @brief standard constructor
     
    5858  void GLGuiPushButton::init()
    5959  {
    60     this->setClassID(CL_GLGUI_PUSHBUTTON, "GLGuiPushButton");
     60    this->registerObject(this, GLGuiPushButton::_objectList);
    6161  }
    6262
Note: See TracChangeset for help on using the changeset viewer.