mirror of
https://github.com/anope/anope.git
synced 2026-07-01 10:26:38 +02:00
Fixed service_reference to work correctly with external classes
This commit is contained in:
@@ -88,10 +88,10 @@ class DBMySQL : public Module
|
||||
private:
|
||||
CommandSQLSync commandsqlsync;
|
||||
MySQLInterface sqlinterface;
|
||||
service_reference<SQLProvider> SQL;
|
||||
service_reference<SQLProvider, Base> SQL;
|
||||
|
||||
public:
|
||||
service_reference<SessionService> SessionInterface;
|
||||
service_reference<SessionService, Base> SessionInterface;
|
||||
time_t lastwarn;
|
||||
bool ro;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user