Fixing a bug with the write in 0x0

This commit is contained in:
AnonymusRaccoon
2020-02-13 11:09:18 +01:00
parent b1a2222b55
commit a6c3e54f9f
11 changed files with 96 additions and 9 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
namespace ComSquare
{
//! @brief Exception thrown when someone tries to load an invalid rom.
class InvalidAction : std::exception {
class InvalidAction : public std::exception {
private:
std::string _msg;
public: