From 2b71b7da0826ac867e9a8946eb9bcbb0b0a34830 Mon Sep 17 00:00:00 2001 From: hiimgoodpack Date: Wed, 7 Apr 2021 21:08:37 -0400 Subject: [PATCH] Fix brainlet.h --- brainlet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/brainlet.h b/brainlet.h index af670c3..ed7bcfe 100644 --- a/brainlet.h +++ b/brainlet.h @@ -73,8 +73,8 @@ namespace Brainlet { State state = NOT_CONNECTED; static void onReceive(Client* client, std::string buffer); - void escapeJSON(std::string& string); ///< Escapes a string to a JSON value - void escapeOutput(std::string& string); ///< Escapes a string to output safely + static void escapeJSON(std::string& string); ///< Escapes a string to a JSON value + static void escapeOutput(std::string& string); ///< Escapes a string to output safely public: std::function onNewChannel = nullptr;