Minor rename

This commit is contained in:
Kayne Ruse
2013-08-25 13:59:13 +10:00
parent 7458962ad4
commit d5f7363c33
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -24,6 +24,6 @@ void ServerApplication::OpenRoom(std::map<std::string, std::string> args) {
//TODO
}
void ServerApplication::CloseRoom(roomHandle) {
void ServerApplication::CloseRoom(RoomHandle roomHandle) {
//TODO
}