AIX does not allow calling the baseclass via the typedef. I talked this

over with Kevin McClusky and he agreed to allow the change.


git-svn-id: svn://10.0.0.236/trunk@43903 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jdunn%netscape.com
1999-08-20 23:37:15 +00:00
parent c86886b6f6
commit 128a27ec75

View File

@@ -34,7 +34,7 @@ static NS_DEFINE_IID(kIViewIID, NS_IVIEW_IID);
nsNativeFormControlFrame::nsNativeFormControlFrame()
: Inherited()
: nsFormControlFrame()
{
mLastMouseState = eMouseNone;
mWidget = nsnull;