Misc ProjectVersion improvments

This commit is contained in:
Tres Finocchiaro
2015-01-13 11:35:46 -05:00
parent 4f03575786
commit 260694077d
2 changed files with 41 additions and 59 deletions

View File

@@ -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())
{