From a9cef536764a777c78238d4201d294687264e18b Mon Sep 17 00:00:00 2001 From: macpgmr Date: Tue, 1 Dec 2009 02:43:05 +0000 Subject: [PATCH] Updated GeckoChromeWindow.pas; replaced BrowseWin sample app with ChromeWin; now using new ObjC-based Cocoa widgetset instead of old PasCocoa-based Cocoa widgetset. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1024 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/geckoport/nsEnumerators.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/geckoport/nsEnumerators.pas b/components/geckoport/nsEnumerators.pas index dbb2325e0..9b9060efd 100755 --- a/components/geckoport/nsEnumerators.pas +++ b/components/geckoport/nsEnumerators.pas @@ -11,7 +11,7 @@ function NewSimpleEnumeratorFromTInterfaceList(AList: TInterfaceList; implementation uses - nsXPCOM_STD19, nsError; + nsXPCOM_std19, nsError; type TSimpleEnumeratorWithInterfaceList = class(TInterfacedObject,