Browse Source

Fixed clang warning.

cl-refactor
chriseth 10 years ago
parent
commit
2d75cd4f72
  1. 2
      libethereum/Transaction.h

2
libethereum/Transaction.h

@ -66,7 +66,7 @@ enum class CodeDeposit
Success Success
}; };
class VMException; struct VMException;
TransactionException toTransactionException(VMException const& _e); TransactionException toTransactionException(VMException const& _e);

Loading…
Cancel
Save