X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxgluelength.h;h=667efa826e8390d16ba491aa3118b04f59d5fa72;hb=3ef684e752bb5afdbfdea51d4c3df4afe1461916;hp=6c1ea63cbb3133f194510848a1f1a10f0f4a4dd9;hpb=44cd0fc9a1687cc63911c7f98d978594458e7813;p=lyx.git diff --git a/src/lyxgluelength.h b/src/lyxgluelength.h index 6c1ea63cbb..667efa826e 100644 --- a/src/lyxgluelength.h +++ b/src/lyxgluelength.h @@ -17,6 +17,9 @@ #include "lyxlength.h" +namespace lyx { + + class LyXGlueLength { public: /// @@ -69,4 +72,7 @@ bool operator!=(LyXGlueLength const & l1, LyXGlueLength const & l2); stored into "result", if that is not 0. */ bool isValidGlueLength(std::string const & data, LyXGlueLength * result = 0); + +} // namespace lyx + #endif // LYXGLUELENGTH_H