mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
sys: Fixed many clang tidy warnings and typos
This commit is contained in:
@@ -27,7 +27,7 @@ namespace hex::pl {
|
||||
|
||||
const std::optional<PatternLanguageError> &getError() { return this->m_error; }
|
||||
|
||||
bool shouldOnlyIncludeOnce() {
|
||||
[[nodiscard]] bool shouldOnlyIncludeOnce() const {
|
||||
return this->m_onlyIncludeOnce;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user