added inline suggestion to patch_engine_version to prevent duplicate includes
This commit is contained in:
@@ -20,7 +20,7 @@ namespace patch_key
|
|||||||
static const std::string version = "Version";
|
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
|
enum class patch_type
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user