lazcanvas: Minimal change forgotten from previous commit

git-svn-id: trunk@33668 -
This commit is contained in:
sekelsenmat 2011-11-21 15:21:25 +00:00
parent f2c700c262
commit 2f3e354c13

View File

@ -47,6 +47,9 @@ type
procedure Execute (x,y,w,h : integer); override;
end;
TLazCanvas = class(TFPImageCanvas)
end;
implementation
{ TFPWindowsSharpInterpolation }