diff options
Diffstat (limited to 'dev/ZKA/KernelKit/FileManager.hxx')
| -rw-r--r-- | dev/ZKA/KernelKit/FileManager.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ZKA/KernelKit/FileManager.hxx b/dev/ZKA/KernelKit/FileManager.hxx index 67f2f501..cbfc1e30 100644 --- a/dev/ZKA/KernelKit/FileManager.hxx +++ b/dev/ZKA/KernelKit/FileManager.hxx @@ -188,7 +188,7 @@ namespace Kernel * @tparam Encoding file encoding (char, wchar_t...) * @tparam FSClass Filesystem contract who takes care of it. */ - template <typename Encoding = char, + template <typename Encoding = Char, typename FSClass = FilesystemManagerInterface> class FileStream final { |
