Browse Source

Corrected exception inheritance.

cl-refactor
chriseth 10 years ago
parent
commit
628e2048d8
  1. 2
      libevmface/Instruction.h

2
libevmface/Instruction.h

@ -32,7 +32,7 @@ namespace dev
namespace eth
{
class InvalidOpcode: public Exception {};
struct InvalidOpcode: virtual Exception {};
/// Virtual machine bytecode instruction.
enum class Instruction: uint8_t

Loading…
Cancel
Save