summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-04-23 18:45:46 -0700
committerJosh Blum <josh@joshknows.com>2012-04-23 18:45:46 -0700
commitff2649caed847cac03d83370cd39abd337172cf6 (patch)
treeedba9f460215fef53bb4feb20b09f76791daa6a9
parent253be8f0da4a030e5060020e38afe6edcf927930 (diff)
parent0a4a861afec15b59da8cbc4a3ceadbdfc266d4ec (diff)
downloaduhd-ff2649caed847cac03d83370cd39abd337172cf6.tar.gz
uhd-ff2649caed847cac03d83370cd39abd337172cf6.tar.bz2
uhd-ff2649caed847cac03d83370cd39abd337172cf6.zip
Merge branch 'maint'
-rw-r--r--host/include/uhd/utils/tasks.hpp4
1 files changed, 2 insertions, 2 deletions
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<task> sptr;
typedef boost::function<void(void)> task_fcn_type;