Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/rarfilesource.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/File.h
diff options
context:
space:
mode:
Diffstat (limited to 'File.h')
-rw-r--r--File.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/File.h b/File.h
index 5763bf2..d3dab74 100644
--- a/File.h
+++ b/File.h
@@ -38,8 +38,8 @@ public:
class File : public Node<File>
{
public:
- File (void) : size (0), parts (0), list (NULL), array (NULL), m_prev_part(NULL), filename(NULL),
- type_known (false), unsupported(false) { }
+ File (void) : size (0), parts (0), list (NULL), array (NULL), m_prev_part (NULL), filename (NULL),
+ type_known (false), unsupported (false) { }
~File (void)
{