diff options
Diffstat (limited to 'host/lib/include/uhdlib')
-rw-r--r-- | host/lib/include/uhdlib/rfnoc/chdr_packet_writer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/include/uhdlib/rfnoc/chdr_packet_writer.hpp b/host/lib/include/uhdlib/rfnoc/chdr_packet_writer.hpp index b8d0c9ef4..bf4a88755 100644 --- a/host/lib/include/uhdlib/rfnoc/chdr_packet_writer.hpp +++ b/host/lib/include/uhdlib/rfnoc/chdr_packet_writer.hpp @@ -217,7 +217,7 @@ public: //! Returns a class that represents the contents of the CHDR header inline chdr_header get_chdr_header() const { - return std::move(_chdr_pkt->get_chdr_header()); + return _chdr_pkt->get_chdr_header(); } //! Returns a class that represents the contents of the CHDR payload |