include/svtools/langtab.hxx | 2 ++ 1 file changed, 2 insertions(+) New commits: commit 79a4d09ac2e5daaad29c10b39d34ff0f09d1d9ad Author: Miklos Vajna <vmik...@collabora.co.uk> Date: Sat May 10 07:38:00 2014 +0200
ISO C++ forbids declaration of ârLanguageTagâ with no type Change-Id: I148b3eff0fc229fec3c6415bd582d10b124e0796 diff --git a/include/svtools/langtab.hxx b/include/svtools/langtab.hxx index f8e6363..0034873 100644 --- a/include/svtools/langtab.hxx +++ b/include/svtools/langtab.hxx @@ -23,6 +23,8 @@ #include <rtl/ustring.hxx> #include <svtools/svtdllapi.h> +class LanguageTag; + class SVT_DLLPUBLIC SvtLanguageTable { public:
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits