-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.48..v0.2.49 changeset RecursiveSetTagValueOp.h
Garret Voltz edited this page Oct 2, 2019
·
1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/ops/RecursiveSetTagValueOp.h b/hoot-core/src/main/cpp/hoot/core/ops/RecursiveSetTagValueOp.h
index 75c405f..efc35d7 100644
--- a/hoot-core/src/main/cpp/hoot/core/ops/RecursiveSetTagValueOp.h
+++ b/hoot-core/src/main/cpp/hoot/core/ops/RecursiveSetTagValueOp.h
@@ -104,7 +104,7 @@ private:
ElementCriterionPtr _crit;
bool _negateCriterion;
// Wrap SetTagValueVisitor for tagging purposes only and handle the criterion filter separately
- // in this class.
+ // within this class.
std::shared_ptr<SetTagValueVisitor> _tagger;
void _setCriterion(const QString& criterionName);