Changeset 4746 in orxonox.OLD for orxonox/trunk/src/lib/gui/gui_banner.cc
- Timestamp:
- Jul 1, 2005, 12:48:48 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/gui/gui_banner.cc
r4427 r4746 34 34 \brief Creates a new BannerEventBox and its content. 35 35 */ 36 GuiBanner::GuiBanner( void)36 GuiBanner::GuiBanner() 37 37 { 38 38 // the banner Frame … … 92 92 \brief Destructs it. 93 93 */ 94 GuiBanner::~GuiBanner( void)94 GuiBanner::~GuiBanner() 95 95 { 96 96 // nothing to do here
Note: See TracChangeset
for help on using the changeset viewer.