Undefine the ADDTARGET macro after the switch statement in Target.hpp
This commit is contained in:
parent
bf5ca80c4d
commit
ac195d413b
|
@ -56,6 +56,7 @@ shared_ptr<Target> Target::forName(string_view name) {
|
|||
exit(0);
|
||||
}
|
||||
}
|
||||
#undef ADDTARGET
|
||||
return target;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue