fix(Notify): Removed static keyword on definition

This commit is contained in:
Yimura 2020-12-26 17:03:59 +01:00
parent 95f3ba1ea0
commit 88d1a3fd4e

View File

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