From 44a9f9e26a0e33a4c0297c0855f7d27a80dab768 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 8 Sep 1998 21:41:06 +0000 Subject: [PATCH] Added constructor for fgEVENT. --- Time/event.hxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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. // -- 2.39.2