mirror of
https://github.com/anope/anope.git
synced 2026-06-28 18:56:39 +02:00
Fixed service_reference to work correctly with external classes
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
Anope::string DatabaseFile;
|
||||
std::stringstream db_buffer;
|
||||
service_reference<SessionService> SessionInterface("session");
|
||||
service_reference<SessionService, Base> SessionInterface("session");
|
||||
|
||||
/** Enum used for what METADATA type we are reading
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user