Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 28, 2011, 5:15:14 AM (13 years ago)
Author:
rgrieder
Message:

Destructors can sometimes be very useful for clean up ;)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/usability/src/orxonox/ChatInputHandler.h

    r7163 r8000  
    3737#include <cassert>
    3838#include <CEGUIForwardRefs.h>
     39#include <CEGUIcolour.h>
    3940
    4041/* project includes */
     
    7071      /* colors for nickname coloring */
    7172      static const int NumberOfColors = 10;
    72       CEGUI::colour *text_colors[ NumberOfColors ];
     73      CEGUI::colour text_colors[ NumberOfColors ];
    7374
    7475      /** input state */
     
    110111      /** constructor */
    111112      ChatInputHandler();
     113      ~ChatInputHandler();
    112114      friend class Singleton<ChatInputHandler>;
    113115
Note: See TracChangeset for help on using the changeset viewer.