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

This commit is contained in:
kipp%netscape.com 1998-08-03 18:12:42 +00:00
parent 1bc8c6c12a
commit d000582645

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;
}