Commit c9aa67b0d1316421888f31728e47e248b7d11964

henry 2002-12-20T10:18:02

Minor formatting and and made get library const

diff --git a/include/FTLibrary.h b/include/FTLibrary.h
index ec4ec97..1e5ed6b 100755
--- a/include/FTLibrary.h
+++ b/include/FTLibrary.h
@@ -1,12 +1,12 @@
 #ifndef     __FTLibrary__
 #define     __FTLibrary__
 
-#include "FTGL.h"
-
 #include <ft2build.h>
 #include FT_FREETYPE_H
 //#include FT_CACHE_H
 
+#include "FTGL.h"
+
 
 /**
  * FTLibrary class is the global accessor for the Freetype library.
@@ -41,7 +41,7 @@ class FTGL_EXPORT FTLibrary
          * 
          * @return A handle to a FreeType library instance. 
          */
-        FT_Library* GetLibrary() const { return library;}
+        const FT_Library* const GetLibrary() const { return library;}
         
         /**
          * Queries the library for errors.