فهرست منبع

* tbits.create is now supported

peter 22 سال پیش
والد
کامیت
bf708e1de0
1فایلهای تغییر یافته به همراه5 افزوده شده و 2 حذف شده
  1. 5 2
      rtl/objpas/classes/bits.inc

+ 5 - 2
rtl/objpas/classes/bits.inc

@@ -101,7 +101,7 @@ end;
 
 
 { ******************** TBits ***************************** }
 { ******************** TBits ***************************** }
 
 
-constructor TBits.Create(theSize : longint);
+constructor TBits.Create(theSize : longint {$ifndef VER1_0} = 0 {$endif});
 begin
 begin
    FSize := 0;
    FSize := 0;
    FBits := nil;
    FBits := nil;
@@ -380,7 +380,10 @@ end;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.1  2003-10-06 21:01:06  peter
+  Revision 1.2  2003-10-30 16:25:07  peter
+    * tbits.create is now supported
+
+  Revision 1.1  2003/10/06 21:01:06  peter
     * moved classes unit to rtl
     * moved classes unit to rtl
 
 
   Revision 1.9  2003/05/25 16:05:18  jonas
   Revision 1.9  2003/05/25 16:05:18  jonas