mirror of
https://github.com/TomHarte/CLK.git
synced 2025-10-04 23:17:01 +00:00
Remove various instances of ';;'.
This commit is contained in:
@@ -110,7 +110,7 @@ template <> bool Reflection::set(Struct &target, const std::string &name, bool v
|
||||
if(!target_type) return false;
|
||||
|
||||
if(*target_type == typeid(bool)) {
|
||||
target.set(name, &value, offset);;
|
||||
target.set(name, &value, offset);
|
||||
}
|
||||
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user