mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-22 08:42:44 +08:00
fix(Notify): Removed static keyword on definition
This commit is contained in:
@ -3,5 +3,5 @@
|
||||
|
||||
namespace big::features::notify
|
||||
{
|
||||
static void above_map(const char* text);
|
||||
void above_map(const char* text);
|
||||
}
|
Reference in New Issue
Block a user