summaryrefslogtreecommitdiff
path: root/src/mongo/db/clientcursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/clientcursor.h')
-rw-r--r--src/mongo/db/clientcursor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/clientcursor.h b/src/mongo/db/clientcursor.h
index 89239e6230d..4e92e26d066 100644
--- a/src/mongo/db/clientcursor.h
+++ b/src/mongo/db/clientcursor.h
@@ -117,7 +117,7 @@ struct ClientCursorParams {
* caller as "no timeout", it will be automatically destroyed by its cursor manager after a period
* of inactivity.
*/
-class ClientCursor {
+class ClientCursor : public Decorable<ClientCursor> {
ClientCursor(const ClientCursor&) = delete;
ClientCursor& operator=(const ClientCursor&) = delete;