X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FSectioning.h;h=4f18a6ca36f5eea030d25ab3bad0633d9df02c0b;hb=e7f4618bcce770369cf46335c2c7f0164b4b8857;hp=5bdc5b3963dbc419ba6dfcfcd947d25f648af39f;hpb=44cd0fc9a1687cc63911c7f98d978594458e7813;p=lyx.git diff --git a/src/Sectioning.h b/src/Sectioning.h index 5bdc5b3963..4f18a6ca36 100644 --- a/src/Sectioning.h +++ b/src/Sectioning.h @@ -17,6 +17,9 @@ #include +namespace lyx { + + /// class Section { public: @@ -59,4 +62,7 @@ private: List_ list_; }; + +} // namespace lyx + #endif