summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hwpfile.h
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-13 21:26:18 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-13 21:26:18 +0100
commit20a1afe407e4b592c787965b85ecfa8ddfd333de (patch)
tree56a5b0ab25c98fd9552913a24aac4808d8682ee4 /hwpfilter/source/hwpfile.h
parent3de0e85039f72f8506213369e262a4837ae88d98 (diff)
valgrind: linenumber uninited
Diffstat (limited to 'hwpfilter/source/hwpfile.h')
-rw-r--r--hwpfilter/source/hwpfile.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/hwpfilter/source/hwpfile.h b/hwpfilter/source/hwpfile.h
index 78cdbab0b99f..8f71c4aa0d08 100644
--- a/hwpfilter/source/hwpfile.h
+++ b/hwpfilter/source/hwpfile.h
@@ -109,15 +109,10 @@ class DLLEXPORT HWPFile
/**
* Default constructor
*/
- HWPFile( void );
-
- ~HWPFile( void );
+ HWPFile();
+ ~HWPFile();
public:
-/**
- * Initialize this object
- */
- void Init();
/**
* Opens HStream to use it.