summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-11-11 23:04:51 +0200
committerTor Lillqvist <tml@iki.fi>2011-11-11 23:04:51 +0200
commitd43c83f3b934e32409f3a08fcc94a8864a448076 (patch)
tree834acc99884ef46d4daf524fe347560d80e8dfb5 /bridges
parent7ff1c270456e220fb22ee0a6300e11765a6c1ca2 (diff)
Missing #endif
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/gcc3_ios_arm/share.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/bridges/source/cpp_uno/gcc3_ios_arm/share.hxx b/bridges/source/cpp_uno/gcc3_ios_arm/share.hxx
index 5c2d4ede9e81..4e20348a7d5f 100644
--- a/bridges/source/cpp_uno/gcc3_ios_arm/share.hxx
+++ b/bridges/source/cpp_uno/gcc3_ios_arm/share.hxx
@@ -163,4 +163,6 @@ void fillUnoException(
bool isSimpleReturnType(typelib_TypeDescription * pTD, bool recursive = false);
}
+#endif
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */