From b45029808567e132795b01f0bfaabbcd906e468a Mon Sep 17 00:00:00 2001 From: Merlijn Wajer Date: Mon, 24 May 2010 12:19:52 +0200 Subject: [PATCH] Fix compilation --- Units/Misc/v_ideCodeInsight.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Units/Misc/v_ideCodeInsight.pas b/Units/Misc/v_ideCodeInsight.pas index 92ca318..c6a76f3 100644 --- a/Units/Misc/v_ideCodeInsight.pas +++ b/Units/Misc/v_ideCodeInsight.pas @@ -181,7 +181,7 @@ begin //Lexer.CloneDefinesFrom(ci.Lexer); if (ci.Lexer.Defines.IndexOf('IS_INCLUDE') < 0) then - i := ci.Lexer.Defines.Add('IS_INCLUDE'); + i := ci.Lexer.Defines.Add('IS_INCLUDE') else i := -1; Run;