summaryrefslogtreecommitdiff
path: root/launcher/java/JavaVersion.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/java/JavaVersion.h')
-rw-r--r--launcher/java/JavaVersion.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/launcher/java/JavaVersion.h b/launcher/java/JavaVersion.h
index 9bbf064257..298b92b4a1 100644
--- a/launcher/java/JavaVersion.h
+++ b/launcher/java/JavaVersion.h
@@ -19,9 +19,9 @@ public:
JavaVersion & operator=(const QString & rhs);
- bool operator<(const JavaVersion & rhs);
- bool operator==(const JavaVersion & rhs);
- bool operator>(const JavaVersion & rhs);
+ bool operator<(const JavaVersion & rhs) const;
+ bool operator==(const JavaVersion & rhs) const;
+ bool operator>(const JavaVersion & rhs) const;
bool requiresPermGen();