summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/mzstring.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hwpfilter/source/mzstring.h b/hwpfilter/source/mzstring.h
index 1de0906d4949..423c538d8de2 100644
--- a/hwpfilter/source/mzstring.h
+++ b/hwpfilter/source/mzstring.h
@@ -83,7 +83,6 @@ class MzString
public:
MzString(); // Create an empty string
// if len = 0, len becomes s.length)
- MzString(MzString const &s, int len = 0);
~MzString();
int length() const;