summaryrefslogtreecommitdiff
path: root/DSLogic-gui/pv/data/logic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'DSLogic-gui/pv/data/logic.cpp')
-rw-r--r--DSLogic-gui/pv/data/logic.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/DSLogic-gui/pv/data/logic.cpp b/DSLogic-gui/pv/data/logic.cpp
index 036cc54..4cdfe2a 100644
--- a/DSLogic-gui/pv/data/logic.cpp
+++ b/DSLogic-gui/pv/data/logic.cpp
@@ -37,12 +37,12 @@ Logic::Logic(unsigned int num_probes, uint64_t samplerate) :
}
void Logic::push_snapshot(
- shared_ptr<LogicSnapshot> &snapshot)
+ boost::shared_ptr<LogicSnapshot> &snapshot)
{
_snapshots.push_front(snapshot);
}
-deque< shared_ptr<LogicSnapshot> >& Logic::get_snapshots()
+deque< boost::shared_ptr<LogicSnapshot> >& Logic::get_snapshots()
{
return _snapshots;
}