Minor clang warning fixes.

This commit is contained in:
Ben Vanik
2016-01-01 06:01:22 +00:00
parent c4ca7ad2ae
commit 95d3a9c345
3 changed files with 163 additions and 196 deletions

View File

@@ -107,7 +107,7 @@ class XFile : public XObject {
void RegisterIOCompletionPort(uint32_t key, object_ref<XIOCompletion> port);
void RemoveIOCompletionPort(uint32_t key);
bool Save(ByteStream* stream);
bool Save(ByteStream* stream) override;
static object_ref<XFile> Restore(KernelState* kernel_state,
ByteStream* stream);