mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-10 12:04:36 -04:00
add default constructor to VersionInfo finally
This commit is contained in:
parent
ec8da8da87
commit
e37dd6dc55
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ namespace geode {
|
|||
int m_patch = 0;
|
||||
|
||||
public:
|
||||
VersionInfo() = delete;
|
||||
VersionInfo() = default;
|
||||
constexpr VersionInfo(int major, int minor, int patch) {
|
||||
m_major = major;
|
||||
m_minor = minor;
|
||||
|
|
Loading…
Add table
Reference in a new issue