1
0
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:
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
@@ -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
*/