diff options
| author | 2019-11-16 22:04:08 +0000 | |
|---|---|---|
| committer | 2019-11-16 22:05:42 +0000 | |
| commit | b443df39386c77cf2d027e2b45c4d629261e0100 (patch) | |
| tree | fe2ef0a8204311a61ad4d04f3c2a709da20744fa /include | |
| parent | Only show classbase ctor/dtor/cull messages in debug builds. (diff) | |
| download | inspircd++-b443df39386c77cf2d027e2b45c4d629261e0100.tar.gz inspircd++-b443df39386c77cf2d027e2b45c4d629261e0100.tar.bz2 inspircd++-b443df39386c77cf2d027e2b45c4d629261e0100.zip | |
Close connections when an I/O hook is configured but not loaded.
Diffstat (limited to 'include')
| -rw-r--r-- | include/dynref.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dynref.h b/include/dynref.h index 6e2e17423..44829164b 100644 --- a/include/dynref.h +++ b/include/dynref.h @@ -43,7 +43,7 @@ class CoreExport dynamic_reference_base : public interfacebase, public insp::int ModuleRef creator; dynamic_reference_base(Module* Creator, const std::string& Name); ~dynamic_reference_base(); - inline const std::string& GetProvider() { return name; } + inline const std::string& GetProvider() const { return name; } void SetProvider(const std::string& newname); /** Set handler to call when the target object becomes available |
