Parcourir la source

* fixed other error

peter il y a 26 ans
Parent
commit
1e257b346b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tests/tbs0198.pp

+ 1 - 1
tests/tbs0198.pp

@@ -6,7 +6,7 @@ type
        function GetCaps : Longint;virtual;stdcall;abstract;
    end;
 
-function to1.GetCaps2 : Longint;
+function to1.GetCaps2 : Longint;stdcall;
 begin
 end;