#ifndef Event_h__ #define Event_h__ struct Event { protected: Event() { } }; #endif