X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flayout.h;h=2d62584d4e5fc90fad3ae5e96e5b09c9f7952f3a;hb=e5a46922e916a06ad1b958d5895cc3cfb4f13d2c;hp=a83965daf2cde872f7434dbca5b3bb7d2d0fe7f8;hpb=92a24f6f9966dba3a09b625d4d3d81fb2dd888ba;p=lyx.git diff --git a/src/layout.h b/src/layout.h index a83965daf2..2d62584d4e 100644 --- a/src/layout.h +++ b/src/layout.h @@ -13,13 +13,13 @@ #ifndef LAYOUT_H #define LAYOUT_H +namespace lyx { + /// The different output types enum OutputType { /// LATEX = 1, /// - LINUXDOC, - /// DOCBOOK, /// LITERATE @@ -154,5 +154,6 @@ enum LYX_END_LABEL_TYPES { * previous paragraph is standard too. Well, this is LateX and it is good! */ +} // namespace lyx #endif