summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/mr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/mr.h')
-rw-r--r--src/mongo/db/commands/mr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/mr.h b/src/mongo/db/commands/mr.h
index 20c5bec2173..13fd4a43cd6 100644
--- a/src/mongo/db/commands/mr.h
+++ b/src/mongo/db/commands/mr.h
@@ -250,7 +250,7 @@ public:
// if the output collection is sharded, we must be told what UUID to use for it
boost::optional<UUID> finalOutputCollUUID;
- static AtomicUInt32 JOB_NUMBER;
+ static AtomicWord<unsigned> JOB_NUMBER;
}; // end MRsetup
/**