Browse Source

* Merging revisions r42028,42062 from trunk:
------------------------------------------------------------------------
r42028 | marco | 2019-05-10 17:11:48 +0200 (Fri, 10 May 2019) | 2 lines

* realgetwindowclass, mantis 035551

------------------------------------------------------------------------
r42062 | michael | 2019-05-14 10:36:52 +0200 (Tue, 14 May 2019) | 1 line

* Patch from Ondrej to remove unnecessary overload keywords
------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@42426 -

michael 6 years ago
parent
commit
4e75cbacaa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/objpas/classes/classesh.inc

+ 1 - 1
rtl/objpas/classes/classesh.inc

@@ -898,7 +898,7 @@ type
 
     function Write(const Buffer: TBytes; Offset, Count: Longint): Longint; overload;
     function Write(const Buffer: TBytes; Count: Longint): Longint; overload;
-    function Write(const Buffer; Count: Longint): Longint; virtual;
+    function Write(const Buffer; Count: Longint): Longint; virtual; overload;
 
     function Seek(Offset: Longint; Origin: Word): Longint; virtual; overload;
     function Seek(const Offset: Int64; Origin: TSeekOrigin): Int64; virtual; overload;