From 79013acd7dcc710d08fa01b358f034a930886b87 Mon Sep 17 00:00:00 2001 From: "dmose%mozilla.org" Date: Tue, 9 May 2000 23:41:32 +0000 Subject: [PATCH] Move prototype outside of #ifdef DEBUG so that non-DEBUG builds don't die. git-svn-id: svn://10.0.0.236/trunk@68924 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/directory/xpcom/base/src/nsLDAPChannel.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mozilla/directory/xpcom/base/src/nsLDAPChannel.cpp b/mozilla/directory/xpcom/base/src/nsLDAPChannel.cpp index 92633686b8f..999ecc7cb01 100644 --- a/mozilla/directory/xpcom/base/src/nsLDAPChannel.cpp +++ b/mozilla/directory/xpcom/base/src/nsLDAPChannel.cpp @@ -43,11 +43,10 @@ static NS_DEFINE_CID(kLDAPServiceCID, NS_LDAPSERVICE_CID); #ifdef DEBUG #include "nspr.h" +#endif void lds(class nsLDAPChannel *chan, const char *); -#endif - NS_IMPL_ISUPPORTS2(nsLDAPChannel, nsIChannel, nsIRequest); nsLDAPChannel::nsLDAPChannel()