Browse Source

* fixed bug in tvariantmanager declaration (string -> ansistring, this
file is compiled in non-objpas mode!)

Jonas Maebe 23 years ago
parent
commit
2c651f8661
1 changed files with 6 additions and 2 deletions
  1. 6 2
      rtl/inc/varianth.inc

+ 6 - 2
rtl/inc/varianth.inc

@@ -147,7 +147,7 @@ type
       varfromword64 : procedure(var dest : variant;const source : qword);
       varfromreal : procedure(var dest : variant;const source : extended);
       varfrompstr: procedure(var dest: variant; const source: ShortString);
-      varfromlstr: procedure(var dest: variant; const source: string);
+      varfromlstr: procedure(var dest: variant; const source: ansistring);
       varfromwstr: procedure(var dest: variant; const source: WideString);
             
       {!!!!!!!}
@@ -256,7 +256,11 @@ operator :=(const source : variant) dest : tdatetime;
 }
 {
   $Log$
-  Revision 1.4  2001-11-14 23:00:17  michael
+  Revision 1.5  2002-06-12 15:45:42  jonas
+    * fixed bug in tvariantmanager declaration (string -> ansistring, this
+      file is compiled in non-objpas mode!)
+
+  Revision 1.4  2001/11/14 23:00:17  michael
   + First working variant support
 
   Revision 1.3  2001/11/08 20:59:10  michael