Skip to content

Commit 38b9834

Browse files
author
Scott Powell
committed
* missing param
1 parent 04d85c6 commit 38b9834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/BaseChatMesh.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ int BaseChatMesh::findChannelIdx(const mesh::GroupChannel& ch) {
631631
return -1; // not found
632632
}
633633
#else
634-
ChannelDetails* BaseChatMesh::addChannel(const char* psk_base64) {
634+
ChannelDetails* BaseChatMesh::addChannel(const char* name, const char* psk_base64) {
635635
return NULL; // not supported
636636
}
637637
bool BaseChatMesh::getChannel(int idx, ChannelDetails& dest) {

0 commit comments

Comments
 (0)