summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/touch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/touch.cpp')
-rw-r--r--src/mongo/db/commands/touch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/touch.cpp b/src/mongo/db/commands/touch.cpp
index 2011758f042..4039d386ef4 100644
--- a/src/mongo/db/commands/touch.cpp
+++ b/src/mongo/db/commands/touch.cpp
@@ -77,7 +77,7 @@ namespace mongo {
}
TouchCmd() : Command("touch") { }
- virtual bool newRun(TransactionExperiment* txn,
+ virtual bool run(TransactionExperiment* txn,
const string& dbname,
BSONObj& cmdObj,
int,