summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-05-10 07:38:00 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-05-10 07:38:00 +0200
commit79a4d09ac2e5daaad29c10b39d34ff0f09d1d9ad (patch)
tree27e1e0976b057be2c415d82777d6c205fee8f51b /include
parenta7e8e0f29e499e500d33e1f43d73b6f233919e93 (diff)
ISO C++ forbids declaration of ‘rLanguageTag’ with no type
Change-Id: I148b3eff0fc229fec3c6415bd582d10b124e0796
Diffstat (limited to 'include')
-rw-r--r--include/svtools/langtab.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svtools/langtab.hxx b/include/svtools/langtab.hxx
index f8e6363907f2..003487373271 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: