summaryrefslogtreecommitdiff
path: root/svl/inc/svl/hint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/inc/svl/hint.hxx')
-rw-r--r--svl/inc/svl/hint.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/inc/svl/hint.hxx b/svl/inc/svl/hint.hxx
index 52401e25409a..8f5356ac9a13 100644
--- a/svl/inc/svl/hint.hxx
+++ b/svl/inc/svl/hint.hxx
@@ -40,7 +40,7 @@ public:
\
public: \
TYPEINFO(); \
- Name( Type* Object, bool bOwnedByHint = false ); \
+ explicit Name( Type* Object, bool bOwnedByHint = false ); \
~Name(); \
\
Type* GetObject() const { return pObj; } \