mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-02 19:36:57 +03:00
fix: no need for const bool
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
d7032d975c
commit
a80b425551
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ public:
|
|||
return m_rootPath;
|
||||
}
|
||||
|
||||
const bool isPortable() {
|
||||
bool isPortable() {
|
||||
return m_portable;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue