Misc ProjectVersion improvments
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
#include "ProjectVersion.h"
|
||||
|
||||
int ProjectVersion::compare(const ProjectVersion & v1, const ProjectVersion & v2)
|
||||
int ProjectVersion::compare(ProjectVersion v1, ProjectVersion v2)
|
||||
{
|
||||
if(v1.getMajor() != v2.getMajor())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user