mirror of
https://github.com/znc/znc.git
synced 2026-08-03 23:43:42 +02:00
const correctness fixes
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ void CChan::Reset() {
|
||||
ResetJoinTries();
|
||||
}
|
||||
|
||||
CConfig CChan::ToConfig() {
|
||||
CConfig CChan::ToConfig() const {
|
||||
CConfig config;
|
||||
|
||||
if (m_bHasBufferCountSet)
|
||||
|
||||
Reference in New Issue
Block a user