decls need to be outside the NS_DEBUG ifdef

This commit is contained in:
rods%netscape.com 2000-03-14 15:12:29 +00:00
parent 146ad8498a
commit f6a77c7742

View File

@ -182,10 +182,6 @@ public:
void ToggleVisualEventDebugging();
void ToggleBoolPrefAndRefresh(const char * aPrefName);
void SetBoolPref(const char * aPrefName, PRBool aValue);
void SetStringPref(const char * aPrefName, const nsString& aValue);
void GetStringPref(const char * aPrefName, nsString& aValue);
void ShowContentSize(FILE* out = stdout);
void ShowFrameSize(FILE* out = stdout);
void ShowStyleSize();
@ -195,6 +191,10 @@ public:
void DoSiteWalker();
nsEventStatus DispatchDebugMenu(PRInt32 aID);
#endif
void SetBoolPref(const char * aPrefName, PRBool aValue);
void SetStringPref(const char * aPrefName, const nsString& aValue);
void GetStringPref(const char * aPrefName, nsString& aValue);
nsEventStatus DispatchStyleMenu(PRInt32 aID);
void SetCompatibilityMode(PRBool aIsStandard);