fix(Notify): Removed static keyword on definition

This commit is contained in:
Yimura
2020-12-26 17:03:59 +01:00
parent b1c3777cc1
commit 2a22760ea7

View File

@ -3,5 +3,5 @@
namespace big::features::notify
{
static void above_map(const char* text);
void above_map(const char* text);
}