mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-01 17:55:30 +00:00
Fixing a bug with the write in 0x0
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
namespace ComSquare
|
||||
{
|
||||
//! @brief Exception thrown when someone tries to load an invalid rom.
|
||||
class InvalidRomException : std::exception {
|
||||
class InvalidRomException : public std::exception {
|
||||
private:
|
||||
std::string _msg;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user