]> git.lyx.org Git - lyx.git/blobdiff - src/FontLoader.h
Fix small bug in reading \set_color in lyxrc
[lyx.git] / src / FontLoader.h
index 83169d0d4a3486e019adc3dd89a53a99f5898102..189a0b986b53a6f33198db70fee16342f6b6b75e 100644 (file)
@@ -16,8 +16,6 @@
 #pragma interface
 #endif
 
-#define USE_PAINTER 1
-
 
 #include FORMS_H_LOCATION
 #include "lyxfont.h"
@@ -75,4 +73,7 @@ private:
                             LyXFont::FONT_SHAPE shape, 
                             LyXFont::FONT_SIZE size);
 };
+
+extern FontLoader fontloader;
+
 #endif