From 6f7b6034ad9098748eba22f8037ec4033043ad2c Mon Sep 17 00:00:00 2001 From: vincents Date: Sat, 15 Jan 2005 18:41:47 +0000 Subject: [PATCH] fixed fpc 1.0.x compilation git-svn-id: trunk@6606 - --- ide/customformeditor.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/customformeditor.pp b/ide/customformeditor.pp index 813c2e0f93..382be6f4a8 100644 --- a/ide/customformeditor.pp +++ b/ide/customformeditor.pp @@ -40,7 +40,7 @@ uses {$ENDIF} // LCL+FCL Classes, SysUtils, TypInfo, Math, - {$IFNDEF Ver1_0}AVL_Tree{$ELSE}Variants, OldAvLTree{$ENDIF}, + {$IFNDEF Ver1_0}AVL_Tree{$ELSE}OldAvLTree{$ENDIF}, LCLProc, Graphics, Controls, Forms, Menus, Dialogs, // components PropEdits, ObjectInspector, IDECommands,