diff options
| author | petrie911 <69443847+petrie911@users.noreply.github.com> | 2024-03-16 17:02:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-16 16:02:50 -0600 |
| commit | 8465919ab7aba6cfde7d25ad1731673e5da01642 (patch) | |
| tree | e906ebdd9c86d0697aedabd4ccb8445127a18af5 /src/Companion.cpp | |
| parent | 3330d5bd39bd4e0da8c8530290aba59fda849c17 (diff) | |
Forgot to clean up the commented out code (#45)
Diffstat (limited to 'src/Companion.cpp')
| -rw-r--r-- | src/Companion.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Companion.cpp b/src/Companion.cpp index 4f87364..7784fe7 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -137,6 +137,7 @@ void Companion::ParseEnums(std::string& header) { enumIndex++; this->gEnums[enumName][enumIndex] = line; } + } } |
