aboutsummaryrefslogtreecommitdiffstats
path: root/include/modules/sql.h
diff options
context:
space:
mode:
authorGravatar Sadie Powell2026-03-04 14:29:53 +0000
committerGravatar Sadie Powell2026-03-04 14:47:00 +0000
commitf81de3139ab6d7ee4cc3dfb23e238db6c8b86b25 (patch)
tree19b6d75e76950ca274e1368695e3f91be9f36f61 /include/modules/sql.h
parentMerge branch 'insp4' into master. (diff)
Get rid of the ModuleRef typedef.
Eventually this will be moved to shared_ptr but for now the typedef is just hiding the constness of the reference.
Diffstat (limited to 'include/modules/sql.h')
-rw-r--r--include/modules/sql.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/sql.h b/include/modules/sql.h
index a5eb6962e..078d5e617 100644
--- a/include/modules/sql.h
+++ b/include/modules/sql.h
@@ -177,7 +177,7 @@ protected:
}
public:
- const ModuleRef creator;
+ const reference<Module> creator;
/** Called when an SQL error happens.
* @param error The error that occurred.