X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLColor.h;h=c6bf6cebf7c47a754bd67411c3643b61157cd712;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=422b55625ea120fddd895fa4896ebbf0801359c2;hpb=1a77233c5fbbe5b8828528030e373e70fbca054a;p=lyx.git diff --git a/src/LColor.h b/src/LColor.h index 422b55625e..c6bf6cebf7 100644 --- a/src/LColor.h +++ b/src/LColor.h @@ -22,6 +22,9 @@ #include #include + +namespace lyx { + /** * This is a stateless class. * @@ -252,4 +255,7 @@ extern LColor lcolor; /// the system color definitions extern LColor system_lcolor; + +} // namespace lyx + #endif