From: curt Date: Tue, 8 Sep 1998 21:41:06 +0000 (+0000) Subject: Added constructor for fgEVENT. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=44a9f9e26a0e33a4c0297c0855f7d27a80dab768;p=flightgear.git Added constructor for fgEVENT. --- diff --git a/Time/event.hxx b/Time/event.hxx index 2ff9b56c2..a068a1310 100644 --- a/Time/event.hxx +++ b/Time/event.hxx @@ -68,7 +68,8 @@ public: FG_EVENT_QUEUED = 2 }; -public: + fgEVENT(); // Required by deque<>. + fgEVENT( const string& desc, const fgCallback& cb, EventState _status, @@ -167,6 +168,9 @@ extern fgEVENT_MGR global_events; // $Log$ +// Revision 1.10 1998/09/08 21:41:06 curt +// Added constructor for fgEVENT. +// // Revision 1.9 1998/09/02 14:37:45 curt // Renamed struct -> class. //