]> git.lyx.org Git - lyx.git/blobdiff - src/support/convert.h
Fixed some lines that were too long. It compiled afterwards.
[lyx.git] / src / support / convert.h
index 66b136491fb92dcb5046280925eee6f115f9830e..be2cb6d5b9874bd6da581cec9a7b8451622e2ca8 100644 (file)
 #ifndef CONVERT_H
 #define CONVERT_H
 
+namespace lyx {
+
 template <class Target, class Source>
 Target convert(Source arg);
 
+} // namespace lyx
+
 #endif