diff options
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 */ |
