Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
guglielmo-boi committed Apr 11, 2024
1 parent aa339f9 commit 1cab9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/message_parser.h.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace MQTTTopics
class MessageParser
{
public:
typedef void (*parse_t)(const std::string& payload, void*);
typedef void (*parse_t)(const std::string& payload, void* argument);

struct Variables
{
Expand Down

0 comments on commit 1cab9f3

Please sign in to comment.