mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-01-03 16:13:36 +08:00
fix(Notify): Removed static keyword on definition
This commit is contained in:
parent
95f3ba1ea0
commit
88d1a3fd4e
@ -3,5 +3,5 @@
|
||||
|
||||
namespace big::features::notify
|
||||
{
|
||||
static void above_map(const char* text);
|
||||
void above_map(const char* text);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user