Add semicolon :_)

This commit is contained in:
floralrainfall 2023-07-06 20:33:40 -04:00
parent 7353131ed4
commit 81a5073f0b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ namespace RBX
Instance(); Instance();
void setName(std::string name); void setName(std::string name);
} };
} }
#endif #endif