Fix incorrect subscribe_callback in mosquittopp.h.

Closes #2367. Thanks to Jens Alfke.
This commit is contained in:
Roger A. Light
2021-11-17 00:23:04 +00:00
parent 9c4f17aa61
commit 94fcd470d0
2 changed files with 1 additions and 1 deletions

View File

@@ -64,7 +64,6 @@ mosqpp_EXPORT int subscribe_callback(
void *userdata,
const char *topic,
int qos=0,
bool retained=true,
const char *host="localhost",
int port=1883,
const char *client_id=NULL,