X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Fconvert.h;h=be2cb6d5b9874bd6da581cec9a7b8451622e2ca8;hb=e54ae72e5fac6f750c3f7972c74bb42b57f3a049;hp=66b136491fb92dcb5046280925eee6f115f9830e;hpb=342cdf432246110db37bee4e0aebb4b72c933ddb;p=lyx.git diff --git a/src/support/convert.h b/src/support/convert.h index 66b136491f..be2cb6d5b9 100644 --- a/src/support/convert.h +++ b/src/support/convert.h @@ -16,7 +16,11 @@ #ifndef CONVERT_H #define CONVERT_H +namespace lyx { + template Target convert(Source arg); +} // namespace lyx + #endif