mirror of
https://github.com/anope/anope.git
synced 2026-07-04 08:03:12 +02:00
Fixed service_reference to work correctly with external classes
This commit is contained in:
@@ -134,7 +134,7 @@ static void NickCoreUpdate(const SQLResult &res)
|
||||
|
||||
class MySQLLiveModule : public Module
|
||||
{
|
||||
service_reference<SQLProvider> SQL;
|
||||
service_reference<SQLProvider, Base> SQL;
|
||||
|
||||
SQLCache chan_cache, nick_cache, core_cache;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user