Fixed some minor compiler warnings

This commit is contained in:
Alex Szpakowski
2014-03-01 21:16:01 -04:00
parent ec0f428c4f
commit 55514720a6
21 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -54,4 +54,4 @@ public:
} // font
} // love
#endif // LOVE_FONT_FONT_H
#endif // LOVE_FONT_FONT_H
+1 -1
View File
@@ -79,4 +79,4 @@ private:
} // font
} // love
#endif // LOVE_FONT_IMAGE_RASTERIZER_H
#endif // LOVE_FONT_IMAGE_RASTERIZER_H
+1 -1
View File
@@ -96,4 +96,4 @@ bool Rasterizer::hasGlyphs(const std::string &text) const
}
} // font
} // love
} // love
+1 -1
View File
@@ -114,4 +114,4 @@ protected:
} // font
} // love
#endif // LOVE_FONT_RASTERIZER_H
#endif // LOVE_FONT_RASTERIZER_H
@@ -146,4 +146,4 @@ bool TrueTypeRasterizer::hasGlyph(uint32 glyph) const
} // freetype
} // font
} // love
} // love