diff options
| author | jhurst <jhurst@cinecert.com> | 2008-08-15 22:47:07 +0000 |
|---|---|---|
| committer | jhurst <> | 2008-08-15 22:47:07 +0000 |
| commit | a6d7c84d3734a21dbe7112a3a83b791ec211a315 (patch) | |
| tree | 2e10284ae3b386cf0cbf3df7f8924d7e9a78a4b5 /src/KM_fileio.h | |
| parent | 4e404673b69a7e2772579788a0b55c7037cee314 (diff) | |
removed extraneous assert(), added multi-/ test to path-test.cpp
Diffstat (limited to 'src/KM_fileio.h')
| -rwxr-xr-x | src/KM_fileio.h | 2 |
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: |
