From f81de3139ab6d7ee4cc3dfb23e238db6c8b86b25 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 4 Mar 2026 14:29:53 +0000 Subject: 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. --- include/modules/sql.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/modules/sql.h') 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 creator; /** Called when an SQL error happens. * @param error The error that occurred. -- cgit v1.3.1-10-gc9f91