fix: no need for const bool
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
@ -187,7 +187,7 @@ public:
|
||||
return m_rootPath;
|
||||
}
|
||||
|
||||
const bool isPortable() {
|
||||
bool isPortable() {
|
||||
return m_portable;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user