Changeset 8c31aa3


Ignore:
Timestamp:
Jan 9, 2015, 8:55:03 AM (11 years ago)
Author:
Frederik Heber <heber@…>
Children:
3d87df
Parents:
ec61ec
Message:

Clarified error message for Observer::recieveNotification().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Observer/Observer.cpp

    rec61ec r8c31aa3  
    6868 */
    6969void Observer::recieveNotification(Observable *publisher, Notification_ptr notification){
    70   ASSERT(0,"Notification received by object that did not sign on for it.");
     70  ASSERT(0,"Notification received by object that did not sign on for it or did you not implement this function?");
    7171}
Note: See TracChangeset for help on using the changeset viewer.