X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fcounters.h;h=1f98e89adc3f06a38c7b1e56dfc3859b45193290;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=5fa2670133ed555ae4b2328fd43908b372834355;hpb=2b01ca42d85a4bb019778a50e1b806b76cedd6a4;p=lyx.git diff --git a/src/counters.h b/src/counters.h index 5fa2670133..1f98e89adc 100644 --- a/src/counters.h +++ b/src/counters.h @@ -19,6 +19,9 @@ #include + +namespace lyx { + /// This represents a single counter. class Counter { public: @@ -91,4 +94,7 @@ private: }; + +} // namespace lyx + #endif