mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 03:47:43 +00:00
Database: Add missing const qualifier
This commit is contained in:
@@ -260,7 +260,7 @@ public:
|
||||
std::vector<std::string>& lockAndRead();
|
||||
void addLine(std::string_view line);
|
||||
void removeLine(std::string_view refLine);
|
||||
bool checkForLine(std::string_view refLine);
|
||||
bool checkForLine(std::string_view refLine) const;
|
||||
void unlockAndDiscard();
|
||||
bool unlockAndCommit();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user