summaryrefslogtreecommitdiff
path: root/project2/paramChecker.h
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2011-07-14 19:50:11 +0000
committerrandomdan <randomdan@localhost>2011-07-14 19:50:11 +0000
commite60392f554061de9ad7805f2b5165c58e39c77c6 (patch)
tree5dc1f6f9b8331a17e67863c847ea63ca97f5d92c /project2/paramChecker.h
parentFix unused_result warning when compiled with optimization enabled (diff)
downloadproject2-e60392f554061de9ad7805f2b5165c58e39c77c6.tar.bz2
project2-e60392f554061de9ad7805f2b5165c58e39c77c6.tar.xz
project2-e60392f554061de9ad7805f2b5165c58e39c77c6.zip
All new dynamic transformations and processing and tidyup and stuff
Diffstat (limited to 'project2/paramChecker.h')
-rw-r--r--project2/paramChecker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/project2/paramChecker.h b/project2/paramChecker.h
index 57addbc..d013fc4 100644
--- a/project2/paramChecker.h
+++ b/project2/paramChecker.h
@@ -17,6 +17,7 @@ class ParamChecker : public SourceObject {
const Variable group;
const std::string present;
};
+typedef boost::intrusive_ptr<const ParamChecker> ParamCheckerCPtr;
#endif