Undid previous change because it didn't work right (doh)

git-svn-id: svn://10.0.0.236/trunk@7123 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com 1998-08-03 18:12:42 +00:00
parent 85bb024632
commit 285d26c57c

View File

@ -28,7 +28,7 @@ struct nsStylePosition;
// This structure represents a run of text. In mText are the
// nsIFrame's that are considered text frames.
struct nsCSSTextRun {
nsCSSTextRun() : mArray(10) {
nsCSSTextRun() {
mNext = nsnull;
}