Fixes for IRIX build.

This commit is contained in:
Robert Osfield
2003-03-07 21:05:35 +00:00
parent ef3b957cb9
commit 6a87495c80
11 changed files with 44 additions and 21 deletions

View File

@@ -107,7 +107,7 @@ std::string Font::getFileName() const
void Font::setSize(unsigned int width, unsigned int height)
{
if (_implementation.valid()) return _implementation->setSize(width, height);
if (_implementation.valid()) _implementation->setSize(width, height);
}
Font::Glyph* Font::getGlyph(unsigned int charcode)