From 00cd6f2ea9d6df4b2ad23eefc1153ea54af7db4d Mon Sep 17 00:00:00 2001 From: "briano%netscape.com" Date: Mon, 28 Jun 1999 21:10:11 +0000 Subject: [PATCH] Fix for build problem on Solaris. git-svn-id: svn://10.0.0.236/trunk@37230 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/gfx/src/motif/nsTimer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/gfx/src/motif/nsTimer.cpp b/mozilla/gfx/src/motif/nsTimer.cpp index 418459ae54c..1137f81be66 100644 --- a/mozilla/gfx/src/motif/nsTimer.cpp +++ b/mozilla/gfx/src/motif/nsTimer.cpp @@ -28,7 +28,7 @@ static NS_DEFINE_IID(kITimerIID, NS_ITIMER_IID); // Hack for now. This is Bad because it creates a dependency between the widget // library and this library. This needs to be replaced with having code // to pass an interface which can be queried for the app context. -extern XtAppContext gAppContext; +XtAppContext gAppContext; extern void nsTimerExpired(XtPointer aCallData);