fix: no need for const bool

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers 2023-04-07 13:04:32 -07:00
parent d7032d975c
commit a80b425551

View File

@ -187,7 +187,7 @@ public:
return m_rootPath;
}
const bool isPortable() {
bool isPortable() {
return m_portable;
}