X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2FSpacing.h;h=0fba3e527fb3147269fefcac48e5264d54ab8dd4;hb=848c89564fce9c4bfec79b915746dc6bc47abc3d;hp=9d50b274881b8ac2e5f32ed3437655b789183bb5;hpb=342cdf432246110db37bee4e0aebb4b72c933ddb;p=lyx.git diff --git a/src/tex2lyx/Spacing.h b/src/tex2lyx/Spacing.h index 9d50b27488..0fba3e527f 100644 --- a/src/tex2lyx/Spacing.h +++ b/src/tex2lyx/Spacing.h @@ -18,6 +18,9 @@ #include + +namespace lyx { + class Spacing { public: /// @@ -34,4 +37,7 @@ public: void set(Spacing::Space, std::string const &) {} }; + +} // namespace lyx + #endif // NOT SPACING_H