From f8fbc2f2bc03b61cedc7bd20f4b7b59063a74bbf Mon Sep 17 00:00:00 2001 From: Nicholas Corgan Date: Mon, 28 Apr 2014 07:51:44 -0700 Subject: msg_task: return std::vector instead of std::vector --- host/include/uhd/utils/msg_task.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host') diff --git a/host/include/uhd/utils/msg_task.hpp b/host/include/uhd/utils/msg_task.hpp index 40ee65cb1..21c47a240 100644 --- a/host/include/uhd/utils/msg_task.hpp +++ b/host/include/uhd/utils/msg_task.hpp @@ -1,5 +1,5 @@ // -// Copyright 2011-2013 Ettus Research LLC +// Copyright 2011-2014 Ettus Research LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -48,7 +48,7 @@ namespace uhd{ memcpy(&v.front(), p, n); return v; } - return std::vector(); + return std::vector(); } /*! -- cgit v1.2.3