From 0a4a861afec15b59da8cbc4a3ceadbdfc266d4ec Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 23 Apr 2012 18:44:37 -0700 Subject: uhd: fix missing API export for tasks.hpp --- host/include/uhd/utils/tasks.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host') diff --git a/host/include/uhd/utils/tasks.hpp b/host/include/uhd/utils/tasks.hpp index 38b2bddf0..dcb003e39 100644 --- a/host/include/uhd/utils/tasks.hpp +++ b/host/include/uhd/utils/tasks.hpp @@ -1,5 +1,5 @@ // -// Copyright 2011 Ettus Research LLC +// Copyright 2011-2012 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 @@ -25,7 +25,7 @@ namespace uhd{ - class task : boost::noncopyable{ + class UHD_API task : boost::noncopyable{ public: typedef boost::shared_ptr sptr; typedef boost::function task_fcn_type; -- cgit v1.2.3