summaryrefslogtreecommitdiff
path: root/src/KM_fileio.h
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2008-08-15 22:47:07 +0000
committerjhurst <>2008-08-15 22:47:07 +0000
commita6d7c84d3734a21dbe7112a3a83b791ec211a315 (patch)
tree2e10284ae3b386cf0cbf3df7f8924d7e9a78a4b5 /src/KM_fileio.h
parent4e404673b69a7e2772579788a0b55c7037cee314 (diff)
removed extraneous assert(), added multi-/ test to path-test.cpp
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 c7e102e..141ca58 100755
--- a/src/KM_fileio.h
+++ b/src/KM_fileio.h
@@ -95,7 +95,7 @@ namespace Kumu
//
#ifndef KM_SMALL_FILES_OK
template <bool sizecheck> void compile_time_size_checker();
- template <> inline void compile_time_size_checker<false>() {}
+ template <> inline void compile_time_size_checker<false>() {}
//
// READ THIS if your compiler is complaining about a previously declared implementation of
// compile_time_size_checker(). For example, GCC 4.0.1 looks like this: