summaryrefslogtreecommitdiffstats
path: root/codemaker/source/javamaker/classfile.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'codemaker/source/javamaker/classfile.hxx')
-rw-r--r--codemaker/source/javamaker/classfile.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/codemaker/source/javamaker/classfile.hxx b/codemaker/source/javamaker/classfile.hxx
index ddfea12e6181..b048a47d08f5 100644
--- a/codemaker/source/javamaker/classfile.hxx
+++ b/codemaker/source/javamaker/classfile.hxx
@@ -133,7 +133,7 @@ public:
Code(Code &) SAL_DELETED_FUNCTION;
void operator =(const Code&) SAL_DELETED_FUNCTION;
- Code(ClassFile & classFile);
+ explicit Code(ClassFile & classFile);
void ldc(sal_uInt16 index);