summaryrefslogtreecommitdiff
path: root/project2/noOutputExecute.h
diff options
context:
space:
mode:
Diffstat (limited to 'project2/noOutputExecute.h')
-rw-r--r--project2/noOutputExecute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/noOutputExecute.h b/project2/noOutputExecute.h
index 01abb5c..55fdf7a 100644
--- a/project2/noOutputExecute.h
+++ b/project2/noOutputExecute.h
@@ -7,7 +7,7 @@ class ApplicationEngine;
class PerRowValues;
class _NoOutputExecute;
-typedef boost::shared_ptr<_NoOutputExecute> NoOutputExecute;
+typedef boost::intrusive_ptr<_NoOutputExecute> NoOutputExecute;
typedef std::map<unsigned int, NoOutputExecute> NoOutputExecutes;
class _NoOutputExecute : public virtual _SourceObject {