From 6da3bd044fb707f08f01719a80fc648c68c9a535 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 26 Nov 2013 13:42:48 +0100 Subject: [PATCH] const fix Change-Id: I9abd4fa85d3d5718dffc0f03e3cc662a17a78ac8 --- include/com/sun/star/uno/Any.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/com/sun/star/uno/Any.hxx b/include/com/sun/star/uno/Any.hxx index e86322ff3b8f..986b045d5f29 100644 --- a/include/com/sun/star/uno/Any.hxx +++ b/include/com/sun/star/uno/Any.hxx @@ -598,7 +598,7 @@ sal_uInt16 Any::get() const; @since LibreOffice 4.2 */ template -inline std::basic_ostream &operator<<(std::basic_ostream &o, Any &any) { +inline std::basic_ostream &operator<<(std::basic_ostream &o, Any const &any) { o << "eTypeClass) { case typelib_TypeClass_VOID: