summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/auth_op_observer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/auth/auth_op_observer.cpp')
-rw-r--r--src/mongo/db/auth/auth_op_observer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/auth/auth_op_observer.cpp b/src/mongo/db/auth/auth_op_observer.cpp
index df5695e2a0a..4e10e8d2d21 100644
--- a/src/mongo/db/auth/auth_op_observer.cpp
+++ b/src/mongo/db/auth/auth_op_observer.cpp
@@ -90,7 +90,7 @@ void AuthOpObserver::onDelete(OperationContext* opCtx,
}
void AuthOpObserver::onCreateCollection(OperationContext* opCtx,
- Collection* coll,
+ const Collection* coll,
const NamespaceString& collectionName,
const CollectionOptions& options,
const BSONObj& idIndex,