aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
Diffstat (limited to 'host')
-rw-r--r--host/include/uhd/utils/dirty_tracked.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/utils/dirty_tracked.hpp b/host/include/uhd/utils/dirty_tracked.hpp
index 8be80fb1f..d228a9e65 100644
--- a/host/include/uhd/utils/dirty_tracked.hpp
+++ b/host/include/uhd/utils/dirty_tracked.hpp
@@ -123,8 +123,8 @@ namespace uhd{
}
private:
- bool _dirty;
data_t _data;
+ bool _dirty;
};
} //namespace uhd