fixed whitespace inside r3.hpp

This commit is contained in:
Dominik Tomičević 2016-06-04 21:58:12 +02:00
parent 14e38ff358
commit 287f667ef8

View File

@ -103,7 +103,7 @@ public:
}
R3(R3&) = delete;
R3(R3&& other)
{
this->routes = std::move(other.routes);