1
0
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:
Adam
2011-09-02 15:28:16 -04:00
parent feaef7cc4a
commit 17ea4ed8f5
26 changed files with 47 additions and 108 deletions
+1 -1
View File
@@ -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;