fixed memory corruption
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user