From 126a0e1a7f5e38fa893c64ef008e3537abc8fa4e Mon Sep 17 00:00:00 2001 From: rods Date: Thu, 4 Jun 1998 19:56:12 +0000 Subject: [PATCH] fixed Create method --- widget/src/motif/nsScrollbar.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/widget/src/motif/nsScrollbar.cpp b/widget/src/motif/nsScrollbar.cpp index 38730905687..5680e007aa1 100644 --- a/widget/src/motif/nsScrollbar.cpp +++ b/widget/src/motif/nsScrollbar.cpp @@ -117,9 +117,9 @@ fprintf(stderr, "Scrollbar 0x%x this 0x%x\n", mWidget, this); void nsScrollbar::Create(nsNativeWindow aParent, const nsRect &aRect, EVENT_CALLBACK aHandleEventFunction, - nsIDeviceContext *aContext = nsnull, - nsIToolkit *aToolkit = nsnull, - nsWidgetInitData *aInitData = nsnull) + nsIDeviceContext *aContext, + nsIToolkit *aToolkit, + nsWidgetInitData *aInitData) { }