diff options
| author | Adam <Adam@anope.org> | 2011-08-02 05:07:59 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2011-08-02 05:07:59 -0400 |
| commit | 09f5591abac6b29b7c2b41b4747c2b523efa6c63 (patch) | |
| tree | 1dd1ee2488f53cd898e4b499a6bb1f09a55f1a93 /include | |
| parent | f690cd802ecbf540732e35e44a757adb4699a48d (diff) | |
Fixed /cs clone copying channel access, fixed restricted, and fixed some compiler warnings
Diffstat (limited to 'include')
| -rw-r--r-- | include/regchannel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/regchannel.h b/include/regchannel.h index 0a4a7827a..1c1aa7294 100644 --- a/include/regchannel.h +++ b/include/regchannel.h @@ -118,7 +118,7 @@ class CoreExport ChannelInfo : public Extensible, public Flags<ChannelInfoFlag, /** Copy constructor * @param ci The ChannelInfo to copy settings to */ - ChannelInfo(ChannelInfo *ci); + ChannelInfo(ChannelInfo &ci); /** Default destructor */ |
