Browse Source

+ uses objpas added

florian 27 years ago
parent
commit
9470b37408
1 changed files with 8 additions and 2 deletions
  1. 8 2
      fcl/classes.pp

+ 8 - 2
fcl/classes.pp

@@ -17,6 +17,9 @@ unit Classes;
 
 
 interface
 interface
 
 
+uses
+  objpas; 
+
 
 
 const
 const
 
 
@@ -1000,7 +1003,10 @@ implementation
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.2  1998-04-27 09:09:49  michael
+  Revision 1.3  1998-04-27 12:55:57  florian
+    + uses objpas added
+
+  Revision 1.2  1998/04/27 09:09:49  michael
   + Added log at the end
   + Added log at the end
 
 
-}
+}