Undefine the ADDTARGET macro after the switch statement in Target.hpp

This commit is contained in:
Username404 2021-07-31 18:38:57 +02:00
parent bf5ca80c4d
commit ac195d413b
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ shared_ptr<Target> Target::forName(string_view name) {
exit(0);
}
}
#undef ADDTARGET
return target;
};