]> git.lyx.org Git - features.git/blobdiff - src/outputparams.h
clean up french language handling
[features.git] / src / outputparams.h
index 0e3ae8c481007994a8904a322c8644cf4e408a6b..d3974fd3258f5128551b0b3779ddee9792dcdd7a 100644 (file)
@@ -19,6 +19,7 @@
 
 
 class ExportData;
+class Language;
 
 
 class OutputParams {
@@ -57,9 +58,9 @@ public:
        */
        bool intitle;
 
-       /** the babel name of the language at the point where the inset is
+       /** the language at the point where the inset is
         */
-       std::string local_language;
+       Language const * local_language;
 
        /** Document language babel name
         */