X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLColor.h;h=c6bf6cebf7c47a754bd67411c3643b61157cd712;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=b9595e393f061cf3efe547bf27498bed369689df;hpb=02ab1bf675bec2f1f2f101da1a22bbb2aeee01ca;p=lyx.git diff --git a/src/LColor.h b/src/LColor.h index b9595e393f..c6bf6cebf7 100644 --- a/src/LColor.h +++ b/src/LColor.h @@ -22,6 +22,9 @@ #include #include + +namespace lyx { + /** * This is a stateless class. * @@ -93,7 +96,8 @@ public: greyedout, /// Background color of greyedout inset greyedoutbg, - + /// Shaded box background + shadedbg, /// Color for the depth bars in the margin depthbar, @@ -251,4 +255,7 @@ extern LColor lcolor; /// the system color definitions extern LColor system_lcolor; + +} // namespace lyx + #endif