From 8b2ecb94da02a5b3a6575b2c955700e8117d98b7 Mon Sep 17 00:00:00 2001 From: "aaronl%netscape.com" Date: Tue, 15 Apr 2003 10:31:17 +0000 Subject: [PATCH] Fixing linux bustage --- accessible/src/other/nsAccessNodeWrap.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/accessible/src/other/nsAccessNodeWrap.h b/accessible/src/other/nsAccessNodeWrap.h index 2f6f3cfce94..92cc581afdc 100755 --- a/accessible/src/other/nsAccessNodeWrap.h +++ b/accessible/src/other/nsAccessNodeWrap.h @@ -50,6 +50,9 @@ class nsAccessNodeWrap : public nsAccessNode public: // construction, destruction nsAccessNodeWrap(nsIDOMNode *aNode, nsIWeakReference* aShell); virtual ~nsAccessNodeWrap(); + + static void InitAccessibility(); + static void ShutdownAccessibility(); }; #endif