summaryrefslogtreecommitdiffstats
path: root/util/system/filemap.h
diff options
context:
space:
mode:
authorlevong <[email protected]>2022-02-10 16:51:45 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:51:45 +0300
commit5a1d870a044e6a0fc52fe457c2a6055181cf7438 (patch)
tree3cdd2c9308558b140cf58d98c76dd716ff4012a4 /util/system/filemap.h
parent4596484b94e7bba39c8241e41e9c7f7b5665fdc5 (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/system/filemap.h')
-rw-r--r--util/system/filemap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/filemap.h b/util/system/filemap.h
index 11be64bff47..cf9e2f30d75 100644
--- a/util/system/filemap.h
+++ b/util/system/filemap.h
@@ -323,7 +323,7 @@ private:
void* Ptr_ = nullptr;
size_t Size_ = 0;
bool Shared_ = false;
-#ifdef _win_
+#ifdef _win_
void* Mapping_ = nullptr;
#endif
};