]> git.lyx.org Git - lyx.git/blobdiff - src/PDFOptions.h
even example code should follow the style conventions
[lyx.git] / src / PDFOptions.h
index fa253717236ba9834e359b3850fee875c3895b92..47e4c4136c07072340ed9eb29616d3ee147b118e 100644 (file)
@@ -135,8 +135,10 @@ public:
        std::string quoted_options;
        /**
                * Possible syntax check of users additional parameters here.
+               * Returns repaired string. For the time being only newlines
+               * are checked.
                */
-       std::string quoted_options_get() const;
+       std::string quoted_options_check(std::string const str) const;
        
        
        /**