From James French, fix to header guard

This commit is contained in:
Robert Osfield
2005-04-08 14:09:32 +00:00
parent cd8634776d
commit b401b97bce

View File

@@ -11,8 +11,8 @@
* OpenSceneGraph Public License for more details.
*/
#ifndef OSGTEXT_LIBRARY
#define OSGTEXT_LIBRARY
#ifndef FREETYPE_LIBRARY
#define FREETYPE_LIBRARY
#include "FreeTypeFont.h"
#include <osgText/Font>