From 84940c0db1185b7a39f78e532b037bdc85f4a808 Mon Sep 17 00:00:00 2001 From: Hirek Date: Thu, 21 Aug 2025 20:17:18 +0200 Subject: [PATCH] Remove in header class prefix for function declaration --- application.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application.h b/application.h index 00fbd6ab..e7d814ec 100644 --- a/application.h +++ b/application.h @@ -38,7 +38,7 @@ public: run(); // issues request for a worker thread to perform specified task. returns: true if task was scheduled - void eu07_application::DiscordRPCService(); // discord rich presence service function (runs as separate thread) + void DiscordRPCService(); // discord rich presence service function (runs as separate thread) bool request( python_taskqueue::task_request const &Task ); // ensures the main thread holds the python gil and can safely execute python calls