Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5405 in orxonox.OLD for trunk/src/lib/gui


Ignore:
Timestamp:
Oct 19, 2005, 1:54:37 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: renamed definition to the right term declaration…

Location:
trunk/src/lib/gui/gl_gui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/gui/gl_gui/glgui_handler.h

    r5388 r5405  
    11/*!
    22 * @file proto_singleton.h
    3  * @brief Definition of the ... singleton Class
     3 * @brief Definition of the GLGuiHandler singleton Class
    44*/
    55
     
    99#include "event_listener.h"
    1010
    11 // FORWARD DEFINITION
     11// FORWARD DECLARATION
    1212
    13 //! A default singleton class.
     13//! A singleton class for the GLGui-Handler
    1414class GLGuiHandler : public EventListener {
    1515
  • trunk/src/lib/gui/gl_gui/glgui_mainwidget.h

    r5384 r5405  
    99#include "glgui_widget.h"
    1010
    11 // FORWARD DEFINITION
     11// FORWARD DECLARATION
    1212
    1313//! A default singleton class.
Note: See TracChangeset for help on using the changeset viewer.