Browse Source

Fix mismatched forward declaration of Transaction.

cl-refactor
Tim Hughes 11 years ago
parent
commit
a4eea82c8c
  1. 2
      libethereum/ExtVMFace.h

2
libethereum/ExtVMFace.h

@ -28,7 +28,7 @@
namespace eth
{
class Transaction;
struct Transaction;
class ExtVMFace
{

Loading…
Cancel
Save