From d50b2de83251b2fe2d0e33e3b5e069c58f5f37a7 Mon Sep 17 00:00:00 2001 From: mishpro Date: Sun, 31 Mar 2024 18:55:43 +0700 Subject: [PATCH] missing : --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index d593779..5c42721 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -92,6 +92,6 @@ class $modify(LevelInfoLayer) { FLAlertLayer::create("Error", "Can't clone level while already in another level", "OK")->show(); return; } - LevelInfoLayer:tryCloneLevel(s); + LevelInfoLayer::tryCloneLevel(s); } };