Fix gcc 3.4 bustage by removing incorrect semicolons.

git-svn-id: svn://10.0.0.236/trunk@150751 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org
2003-12-27 18:14:21 +00:00
parent 89e6cf3548
commit 584bf752e5

View File

@@ -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