summaryrefslogtreecommitdiff
path: root/plugins/Utils.pas/wrapper.pas
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Utils.pas/wrapper.pas')
-rw-r--r--plugins/Utils.pas/wrapper.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Utils.pas/wrapper.pas b/plugins/Utils.pas/wrapper.pas
index 5976df78fa..9e9e8b4b78 100644
--- a/plugins/Utils.pas/wrapper.pas
+++ b/plugins/Utils.pas/wrapper.pas
@@ -536,7 +536,7 @@ end;
procedure GetUnitSize(wnd:HWND; var baseUnitX, baseUnitY: integer);
var
- DC :HDC;
+ dc :HDC;
hfo :HFONT;
tm :TTEXTMETRIC;
size:TSIZE;