diff options
| author | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-09-14 17:48:34 +0000 |
|---|---|---|
| committer | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-09-14 17:48:34 +0000 |
| commit | fa0dbb6177c8b1c0567aa698f931173e634b5678 (patch) | |
| tree | da5863c3e8ef059b5ae0e59a0c49ab5891eb73c8 /packages/graph | |
| parent | 2dcce4dff4971ea5e4b88719241a0e90d19703e2 (diff) | |
| download | fpc-fa0dbb6177c8b1c0567aa698f931173e634b5678.tar.gz | |
* fixed compilation after r15973 (patch by javivf, mantis #17397)
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15985 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/graph')
| -rw-r--r-- | packages/graph/src/inc/modes.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/graph/src/inc/modes.inc b/packages/graph/src/inc/modes.inc index 1d6d8b92f2..0d3f2a3f6b 100644 --- a/packages/graph/src/inc/modes.inc +++ b/packages/graph/src/inc/modes.inc @@ -395,7 +395,7 @@ end; var modeinfo: PModeInfo; usedDriver: Integer; - dummyNewModeNr: Integer; + dummyNewModeNr: smallint; begin { check if the mode exists... } { Depending on the modenumber, we search using the old or new } |
