summaryrefslogtreecommitdiff
path: root/src/KM_fileio.h
diff options
context:
space:
mode:
authormsheby <msheby@cinecert.com>2009-04-15 19:53:07 +0000
committermsheby <>2009-04-15 19:53:07 +0000
commitd28ab84e2422180474aa3e80cc98097dca25aca0 (patch)
treece600ae8c2359a834f492efda48406347aa4d39b /src/KM_fileio.h
parent6829283f4dcc9a55af166a9176b790a667db06c5 (diff)
Explicitly set the DirScanner handle to NULL (-1 for Windows) on instantiation.
Diffstat (limited to 'src/KM_fileio.h')
-rwxr-xr-xsrc/KM_fileio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KM_fileio.h b/src/KM_fileio.h
index 738a316..b38429f 100755
--- a/src/KM_fileio.h
+++ b/src/KM_fileio.h
@@ -62,7 +62,7 @@ namespace Kumu
DIR* m_Handle;
#endif
- DirScanner() {};
+ DirScanner(void);
~DirScanner() { Close(); }
Result_t Open(const char*);