More comparitors

This commit is contained in:
Tres Finocchiaro
2015-01-12 00:22:50 -05:00
parent 21c532adc0
commit a363e7a16a
2 changed files with 63 additions and 6 deletions

View File

@@ -29,7 +29,6 @@
#include "ProjectVersion.h"
int ProjectVersion::compare(const ProjectVersion & v1, const ProjectVersion & v2)
{
if(v1.getMajor() != v2.getMajor())