diff --git a/src/mrw/vector.hxx b/src/mrw/vector.hxx index a3f8455..7d9ed11 100644 --- a/src/mrw/vector.hxx +++ b/src/mrw/vector.hxx @@ -73,7 +73,7 @@ template throw(std::bad_exception) { std::vector copy(l); copy.push_back(o); - return ; + return copy; } /* @brief push a char* to a vector of string