small fixes

This commit is contained in:
MihailRis
2024-12-05 22:36:12 +03:00
parent 84b3b82dba
commit 605d7e7897
4 changed files with 15 additions and 7 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ namespace gui {
std::shared_ptr<UINode> readUINode(const xml::xmlelement& element);
void readUINode(
UiXmlReader& reader,
const UiXmlReader& reader,
const xml::xmlelement& element,
UINode& node
);