aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cutl/compiler/traversal.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cutl/compiler/traversal.hxx b/cutl/compiler/traversal.hxx
index 737a8ba..7eeeffe 100644
--- a/cutl/compiler/traversal.hxx
+++ b/cutl/compiler/traversal.hxx
@@ -84,12 +84,12 @@ namespace cutl
traverser_impl ()
{
- add (typeid (type), *this);
+ this->add (typeid (type), *this);
}
traverser_impl (traverser_impl const&)
{
- add (typeid (type), *this);
+ this->add (typeid (type), *this);
}
virtual void