From 88d1a3fd4eee8ac4054cc7536438be9630e41294 Mon Sep 17 00:00:00 2001 From: Yimura Date: Sat, 26 Dec 2020 17:03:59 +0100 Subject: [PATCH] fix(Notify): Removed static keyword on definition --- BigBaseV2/src/features/notify.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BigBaseV2/src/features/notify.hpp b/BigBaseV2/src/features/notify.hpp index 948f1cb6..a2ba9c90 100644 --- a/BigBaseV2/src/features/notify.hpp +++ b/BigBaseV2/src/features/notify.hpp @@ -3,5 +3,5 @@ namespace big::features::notify { - static void above_map(const char* text); + void above_map(const char* text); } \ No newline at end of file