diff --git a/Global.h b/Global.h index e06f6fcfe..d448e9ce3 100644 --- a/Global.h +++ b/Global.h @@ -544,7 +544,7 @@ namespace vstd } template - bool erase(Container &c, const Item &item) + void erase(Container &c, const Item &item) { c.erase(boost::remove(c, item), c.end()); }