summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbmessage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/dbmessage.h')
-rw-r--r--src/mongo/db/dbmessage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/dbmessage.h b/src/mongo/db/dbmessage.h
index 73c30f09bac..aa74fd59ffb 100644
--- a/src/mongo/db/dbmessage.h
+++ b/src/mongo/db/dbmessage.h
@@ -327,7 +327,7 @@ struct DbResponse {
void replyToQuery(int queryResultFlags,
AbstractMessagingPort* p,
Message& requestMsg,
- void* data,
+ const void* data,
int size,
int nReturned,
int startingFrom = 0,