Fixes spaces

Former-commit-id: 65f2e2f10aee0a47aff4b0166148745b13150001
This commit is contained in:
Lynix 2016-01-27 18:04:15 +01:00
parent c46af20b5e
commit 90fe2528cf
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
// Copyright (C) 2015 Jérôme Leclercq
// Copyright (C) 2015 Jérôme Leclercq
// This file is part of the "Nazara Engine - Core module"
// For conditions of distribution and use, see copyright notice in Config.hpp
@ -26,7 +26,6 @@ namespace Nz
bool EndOfStream() const override;
const ByteArray& GetBuffer() const;
const UInt8* GetData() const;
UInt64 GetCursorPos() const override;

View File

@ -31,7 +31,7 @@ namespace Nz
MemoryView& operator=(MemoryView&&) = delete; ///TODO
private:
void FlushStream() override;
void FlushStream() override;
std::size_t ReadBlock(void* buffer, std::size_t size) override;
std::size_t WriteBlock(const void* buffer, std::size_t size) override;