]> git.lyx.org Git - features.git/commitdiff
* compile fix
authorStefan Schimanski <sts@lyx.org>
Sat, 15 Mar 2008 00:18:48 +0000 (00:18 +0000)
committerStefan Schimanski <sts@lyx.org>
Sat, 15 Mar 2008 00:18:48 +0000 (00:18 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23746 a592a061-630c-0410-9148-cb99ea01b6c8

src/BufferParams.h

index c442f98fd5f64387e60dfa18fdab945e89844cd9..caa1855560a45be86f19903c65a6f322504ac537 100644 (file)
@@ -102,9 +102,9 @@ public:
         */
        PARSEP paragraph_separation;
        ///
-       InsetQuotes::quote_language quotes_language;
+       InsetQuotes::QuoteLanguage quotes_language;
        ///
-       InsetQuotes::quote_times quotes_times;
+       InsetQuotes::QuoteTimes quotes_times;
        ///
        std::string fontsize;
        ///Get the LayoutFile this document is using.