From 1f22a672ad91cbec719192f916b702f12ee80a74 Mon Sep 17 00:00:00 2001 From: Loesje_ Date: Wed, 13 Oct 2010 18:54:17 +0000 Subject: [PATCH] * Fixed compilation on Linux git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1345 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/geckoport/nsXPCOMGlue.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/geckoport/nsXPCOMGlue.pas b/components/geckoport/nsXPCOMGlue.pas index 150dff3d6..a8907c6b6 100644 --- a/components/geckoport/nsXPCOMGlue.pas +++ b/components/geckoport/nsXPCOMGlue.pas @@ -313,7 +313,7 @@ resourcestring implementation uses - nsMemory, nsError, nsInit {$IFDEF MSWINDOWS} ,Windows {$ELSE} ,{$ENDIF}; + nsMemory, nsError, nsInit {$IFDEF MSWINDOWS} ,Windows {$ENDIF}; var sCompMgr: nsIComponentManager = nil;