summaryrefslogtreecommitdiffstats
path: root/util/system/filemap.h
diff options
context:
space:
mode:
authorabokov <[email protected]>2022-02-10 16:49:57 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:49:57 +0300
commitaf7786701134cfc2bd577c1c39bbc39433b555d6 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /util/system/filemap.h
parentdb144972bc686626e62c9bb5b84d932f987dc8ef (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/system/filemap.h')
-rw-r--r--util/system/filemap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/filemap.h b/util/system/filemap.h
index 9f3f1418353..11be64bff47 100644
--- a/util/system/filemap.h
+++ b/util/system/filemap.h
@@ -42,9 +42,9 @@ struct TMemoryMapCommon {
void* Ptr;
size_t Size;
i32 Head;
-
+
TMapResult(void) noexcept {
- Reset();
+ Reset();
}
};