diff options
Diffstat (limited to 'source/core/StarSectorArray2D.hpp')
-rw-r--r-- | source/core/StarSectorArray2D.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/StarSectorArray2D.hpp b/source/core/StarSectorArray2D.hpp index 870881f..1dd88a1 100644 --- a/source/core/StarSectorArray2D.hpp +++ b/source/core/StarSectorArray2D.hpp @@ -235,7 +235,7 @@ typename SectorArray2D<ElementT, SectorSize>::ArrayPtr SectorArray2D<ElementT, S ArrayPtr ret; m_loadedSectors.remove(id); std::swap(m_sectors(id[0], id[1]), ret); - return std::move(ret); + return ret; } template <typename ElementT, size_t SectorSize> |