fixed memory corruption

This commit is contained in:
fourtf
2018-09-17 12:51:16 +02:00
parent 1d097c3344
commit 47c93fb118
6 changed files with 17 additions and 18 deletions
+3 -3
View File
@@ -2,12 +2,12 @@
#include <QThread>
namespace chatterino {
class Application;
class Paths;
namespace chatterino {
void registerNmHost(Application &app);
void registerNmHost(Paths &paths);
std::string &getNmQueueName(Paths &paths);
class NativeMessagingClient final