Fix for build problem on Solaris.

git-svn-id: svn://10.0.0.236/trunk@37230 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
briano%netscape.com
1999-06-28 21:10:11 +00:00
parent 457732c966
commit 00cd6f2ea9

View File

@@ -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);