From d580703e02f5905dd6cfd271ad3d1b5204739d73 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Wed, 23 Jun 2021 23:49:11 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf79347..625dfd3 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ LLOIFF needs to provide a clean C++2017 interfacable class that contains all inf The LLOIFF symbol class is the base class for all symbol types. Such information as the original rva, symbol size, and symbol hash with setters and getters must be made. Something along these lines: -``` +```cpp namespace llo::iff { using hash_t = std::uint64_t;