X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FSpacing.h;h=273786aced0a77d2d2dddc84543b36063e749bf8;hb=056550b31135c3812825c86719c4ceb7054910b5;hp=617ec9269e2d92e57bec69118705395de12b90a5;hpb=342cdf432246110db37bee4e0aebb4b72c933ddb;p=lyx.git diff --git a/src/Spacing.h b/src/Spacing.h index 617ec9269e..273786aced 100644 --- a/src/Spacing.h +++ b/src/Spacing.h @@ -16,6 +16,9 @@ #include +namespace lyx { + + /// class Spacing { public: @@ -85,5 +88,8 @@ inline bool operator!=(Spacing const & a, Spacing const & b) { return !(a == b); + + +} // namespace lyx } #endif