]> git.mxchange.org Git - flightgear.git/commitdiff
Renamed struct -> class.
authorcurt <curt>
Wed, 2 Sep 1998 14:37:45 +0000 (14:37 +0000)
committercurt <curt>
Wed, 2 Sep 1998 14:37:45 +0000 (14:37 +0000)
Time/event.hxx

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