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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user