mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
fixed warning
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
(cherry picked from commit 440afcedb0)
This commit is contained in:
parent
5aa3aabdf9
commit
1389b74a8a
2 changed files with 21 additions and 0 deletions
|
|
@ -30,6 +30,8 @@ struct JavaInstall : public BaseVersion {
|
|||
|
||||
virtual QString typeString() const { return arch; }
|
||||
|
||||
virtual bool operator<(BaseVersion& a) override;
|
||||
virtual bool operator>(BaseVersion& a) override;
|
||||
bool operator<(const JavaInstall& rhs);
|
||||
bool operator==(const JavaInstall& rhs);
|
||||
bool operator>(const JavaInstall& rhs);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue