fix(Notify): Removed static keyword on definition
This commit is contained in:
parent
b1c3777cc1
commit
2a22760ea7
@ -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