namespace dk { template TileStreamer::TileStreamer (StreamPtr&& parStream) : m_stream(std::move(parStream)) { } } //namespace dk