mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-08-08 10:19:07 +00:00
Database: Add missing const qualifier
This commit is contained in:
parent
393e824838
commit
c48303c2c2
@ -260,7 +260,7 @@ public:
|
|||||||
std::vector<std::string>& lockAndRead();
|
std::vector<std::string>& lockAndRead();
|
||||||
void addLine(std::string_view line);
|
void addLine(std::string_view line);
|
||||||
void removeLine(std::string_view refLine);
|
void removeLine(std::string_view refLine);
|
||||||
bool checkForLine(std::string_view refLine);
|
bool checkForLine(std::string_view refLine) const;
|
||||||
void unlockAndDiscard();
|
void unlockAndDiscard();
|
||||||
bool unlockAndCommit();
|
bool unlockAndCommit();
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user