diff options
Diffstat (limited to 'src/mongo/db/repl/repl_set.h')
-rw-r--r-- | src/mongo/db/repl/repl_set.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/repl/repl_set.h b/src/mongo/db/repl/repl_set.h index fea08ef3b5b..914f13751cf 100644 --- a/src/mongo/db/repl/repl_set.h +++ b/src/mongo/db/repl/repl_set.h @@ -32,7 +32,7 @@ #include "mongo/util/concurrency/thread_pool.h" namespace mongo { -namespace replset { +namespace repl { class ReplSet : public ReplSetImpl { public: @@ -97,5 +97,5 @@ namespace replset { ReplSet(); }; -} // namespace replset +} // namespace repl } // namespace mongo |