]> git.mxchange.org Git - flightgear.git/commitdiff
Added constructor for fgEVENT.
authorcurt <curt>
Tue, 8 Sep 1998 21:41:06 +0000 (21:41 +0000)
committercurt <curt>
Tue, 8 Sep 1998 21:41:06 +0000 (21:41 +0000)
Time/event.hxx

index 2ff9b56c21bcb62ac19de4004c7f60ca1f0192a4..a068a131075ffc05336a2072a46f34202acff5b7 100644 (file)
@@ -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.
 //