]> git.lyx.org Git - lyx.git/blobdiff - src/outputparams.C
* src/tabular.[Ch]: simplify plaintext methods, because there
[lyx.git] / src / outputparams.C
index 6b9a817d86403cd97428f56ff44230321572ff91..7783a4860a7835422d65fab4c6696cf686abfd40 100644 (file)
@@ -14,6 +14,9 @@
 #include "exporter.h"
 
 
+namespace lyx {
+
+
 OutputParams::OutputParams()
        : flavor(LATEX), nice(false), moving_arg(false),
          local_font(0), free_spacing(false), use_babel(false),
@@ -27,3 +30,6 @@ OutputParams::OutputParams()
 
 OutputParams::~OutputParams()
 {}
+
+
+} // namespace lyx