added inline suggestion to patch_engine_version to prevent duplicate includes

This commit is contained in:
p01arst0rm
2021-04-12 13:14:08 +01:00
committed by Ivan
parent 8d1fc18941
commit 1de7ac3c67
+1 -1
View File
@@ -20,7 +20,7 @@ namespace patch_key
static const std::string version = "Version";
}
static const std::string patch_engine_version = "1.2";
inline static const std::string patch_engine_version = "1.2";
enum class patch_type
{