Remove extraneous |inline| to fix bustage.

This commit is contained in:
dbaron%dbaron.org 2003-04-15 04:19:27 +00:00
Родитель 56054249da
Коммит 43197a4800
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -436,7 +436,7 @@ void nsCSSDisplay::List(FILE* out, PRInt32 aIndent) const
// --- nsCSSMargin -----------------
inline void nsCSSMargin::EnsureBorderColors()
void nsCSSMargin::EnsureBorderColors()
{
if (!mBorderColors) {
PRInt32 i;

Просмотреть файл

@ -436,7 +436,7 @@ void nsCSSDisplay::List(FILE* out, PRInt32 aIndent) const
// --- nsCSSMargin -----------------
inline void nsCSSMargin::EnsureBorderColors()
void nsCSSMargin::EnsureBorderColors()
{
if (!mBorderColors) {
PRInt32 i;