Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2994


Ignore:
Timestamp:
May 20, 2009, 4:01:22 PM (15 years ago)
Author:
dafrick
Message:

Small correction in Notifications

Location:
code/trunk/src/orxonox/overlays/notifications
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/overlays/notifications/Notification.cc

    r2911 r2994  
    5858        The message of the Notification.
    5959    */
    60     Notification::Notification(const std::string & message) : BaseObject(this)
     60    Notification::Notification(const std::string & message) : BaseObject(NULL)
    6161    {
    6262        this->message_ = message;
  • code/trunk/src/orxonox/overlays/notifications/NotificationOverlay.cc

    r2911 r2994  
    5959    /**
    6060    @brief
    61         Constructor. Initilaizes the class creates a graphical representation of the input Notification for the input Queue.
     61        Constructor. Initializes the class creates a graphical representation of the input Notification for the input Queue.
    6262    @param queue
    6363        A pointer to the queue the NotificatonOverlay belongs to.
     
    6767        Throws an Argument-Exception if either no Notification or no NotificationQueue were input.
    6868    */
    69     NotificationOverlay::NotificationOverlay(NotificationQueue* queue, Notification* notification) : OverlayText(this)
     69    NotificationOverlay::NotificationOverlay(NotificationQueue* queue, Notification* notification) : OverlayText(NULL)
    7070    {
    7171        this->initialize();
Note: See TracChangeset for help on using the changeset viewer.