2
0
mirror of https://github.com/team2059/Zaphod synced 2024-12-18 20:12:28 -05:00

Fixed missing semicolon

This commit is contained in:
Austen Adler 2014-10-09 17:22:10 -04:00
parent d69dc71e81
commit 5be262137c

View File

@ -695,5 +695,5 @@ public:
}
}
//}}}
}
};
START_ROBOT_CLASS(RobotDemo);