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