From: curt Date: Wed, 2 Sep 1998 14:37:45 +0000 (+0000) Subject: Renamed struct -> class. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3d47451fab4b2cb1e96a2d7a1875dd0bf6f96d6b;p=flightgear.git Renamed struct -> class. --- diff --git a/Time/event.hxx b/Time/event.hxx index 35d00ba40..2ff9b56c2 100644 --- a/Time/event.hxx +++ b/Time/event.hxx @@ -58,7 +58,7 @@ using namespace std; #include "fg_time.hxx" -struct fgEVENT +class fgEVENT { public: enum EventState @@ -167,6 +167,9 @@ extern fgEVENT_MGR global_events; // $Log$ +// Revision 1.9 1998/09/02 14:37:45 curt +// Renamed struct -> class. +// // Revision 1.8 1998/08/29 13:11:32 curt // Bernie Bright writes: // I've created some new classes to enable pointers-to-functions and