diff options
Diffstat (limited to 'src/mongo/db/restapi.h')
-rw-r--r-- | src/mongo/db/restapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/restapi.h b/src/mongo/db/restapi.h index e170e740b20..d73103ab785 100644 --- a/src/mongo/db/restapi.h +++ b/src/mongo/db/restapi.h @@ -43,7 +43,7 @@ namespace mongo { public: virtual ~RestAdminAccess() { } - virtual bool haveAdminUsers() const; + virtual bool haveAdminUsers(OperationContext* txn) const; }; } // namespace mongo |