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
@ -187,7 +187,7 @@ public:
|
||||
return m_rootPath;
|
||||
}
|
||||
|
||||
const bool isPortable() {
|
||||
bool isPortable() {
|
||||
return m_portable;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user