diff --git a/hoot-core/src/main/cpp/hoot/core/visitors/TagRenameKeyVisitor.h b/hoot-core/src/main/cpp/hoot/core/visitors/TagRenameKeyVisitor.h
index 6e4ec20..0e62815 100644
--- a/hoot-core/src/main/cpp/hoot/core/visitors/TagRenameKeyVisitor.h
+++ b/hoot-core/src/main/cpp/hoot/core/visitors/TagRenameKeyVisitor.h
@@ -60,6 +60,9 @@ public:
virtual QString getCompletedStatusMessage() const
{ return "Renamed " + QString::number(_numAffected) + " tag keys"; }
+ void setOldKey(const QString& key) { _oldKey = key; }
+ void setNewKey(const QString& key) { _newKey = key; }
+
private:
QString _oldKey;