From 584bf752e57e8e3614af8d38fc8af8fb14f75b28 Mon Sep 17 00:00:00 2001 From: "dbaron%dbaron.org" Date: Sat, 27 Dec 2003 18:14:21 +0000 Subject: [PATCH] Fix gcc 3.4 bustage by removing incorrect semicolons. git-svn-id: svn://10.0.0.236/trunk@150751 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/gfx/src/x11shared/nsFT2FontNode.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/gfx/src/x11shared/nsFT2FontNode.cpp b/mozilla/gfx/src/x11shared/nsFT2FontNode.cpp index 7a348101a91..71457b8dff5 100644 --- a/mozilla/gfx/src/x11shared/nsFT2FontNode.cpp +++ b/mozilla/gfx/src/x11shared/nsFT2FontNode.cpp @@ -44,7 +44,7 @@ #if (!defined(MOZ_ENABLE_FREETYPE2)) -void nsFT2FontNode::FreeGlobals() {}; +void nsFT2FontNode::FreeGlobals() {} nsresult nsFT2FontNode::InitGlobals() { @@ -54,7 +54,7 @@ nsresult nsFT2FontNode::InitGlobals() } void nsFT2FontNode::GetFontNames(const char* aPattern, - nsFontNodeArray* aNodes) {}; + nsFontNodeArray* aNodes) {} #else