colloquypush icon indicating copy to clipboard operation
colloquypush copied to clipboard

Fails to compile on ZNC 1.6

Open teward opened this issue 9 years ago • 1 comments

THe following is the debug output:

Building "colloquy.so" for ZNC 1.6.0... ./colloquy.cpp: In member function ‘bool CColloquyMod::Push(const CString&, const CString&, const CString&, bool, int)’:
./colloquy.cpp:778:58: error: invalid initialization of reference of type ‘std::vector<CClient*>&’ from expression of type ‘const std::vector<CClient*>’
[ !! ] Error while building "colloquy.so"

teward avatar Mar 08 '15 02:03 teward

This is fixed by Pull Request #46

teward avatar Mar 08 '15 22:03 teward