Moved to new Init/ctor seperation

git-svn-id: svn://10.0.0.236/trunk@15843 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com
1998-12-05 16:02:26 +00:00
parent 6771fa0a98
commit fb280caf3e
4 changed files with 4 additions and 6 deletions

View File

@@ -30,8 +30,7 @@
#include "nsIRenderingContext.h"
#include "prprf.h"
nsBulletFrame::nsBulletFrame(nsIContent* aContent, nsIFrame* aParentFrame)
: nsFrame(aContent, aParentFrame)
nsBulletFrame::nsBulletFrame()
{
}