summaryrefslogtreecommitdiff
path: root/i18nlangtag
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-08-03 18:19:28 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-08-03 16:29:00 +0000
commit5fcef02ee288c894a89c1046df918c121294b757 (patch)
treef0794fb734e7f840fe64eb8765bec037e36bc890 /i18nlangtag
parent27f6b2c038f5daf16a7fff4adf478b603eb08399 (diff)
re-added accidentally removed LT_HAVE_INLINE define
in my commit 0ea54aed15ee17a02c9dff861c16d06505f35741 "remove some unused defines" Change-Id: I2d8d9242eda9f39e1f932b2d9849fefb57b196eb Reviewed-on: https://gerrit.libreoffice.org/17496 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'i18nlangtag')
-rw-r--r--i18nlangtag/source/languagetag/languagetag.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/i18nlangtag/source/languagetag/languagetag.cxx b/i18nlangtag/source/languagetag/languagetag.cxx
index bc9b62cd2c52..906c7b3cc94a 100644
--- a/i18nlangtag/source/languagetag/languagetag.cxx
+++ b/i18nlangtag/source/languagetag/languagetag.cxx
@@ -26,6 +26,7 @@
#if defined(ENABLE_LIBLANGTAG)
#if LIBLANGTAG_INLINE_FIX
+#define LT_HAVE_INLINE
#endif
#include <liblangtag/langtag.h>
#else