This commit is contained in:
MihailRis
2024-03-19 14:33:08 +03:00
parent ed6cb6a620
commit 4b6c61ad89
6 changed files with 20 additions and 4 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ Orientation Panel::getOrientation() const {
PagesControl::PagesControl() : Container(glm::vec2(1)){
}
bool PagesControl::has(std::string name) {
bool PagesControl::has(const std::string& name) {
return pages.find(name) != pages.end();
}