summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gfx/gdi/gfx_gdi.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/gdi/gfx_gdi.pas b/gfx/gdi/gfx_gdi.pas
index 8175b7fd..d131bd11 100644
--- a/gfx/gdi/gfx_gdi.pas
+++ b/gfx/gdi/gfx_gdi.pas
@@ -141,7 +141,7 @@ type
public
constructor Create(AWidth, AHeight: Integer; APixelFormat: TGfxPixelFormat); override;
destructor Destroy; override;
- procedure Lock(var AData: Pointer; var AStride: LongWord); override;
+ procedure Lock(out AData: Pointer; out AStride: LongWord); override;
procedure Unlock; override;
end;