Browse Source

Merge pull request #802 from chriseth/vsFix2797

Work around Visual Studio's C2797.
cl-refactor
chriseth 10 years ago
parent
commit
a2cf5088e1
  1. 2
      libethereum/Client.h

2
libethereum/Client.h

@ -93,7 +93,7 @@ struct ClientWatch
explicit ClientWatch(h256 _id): id(_id) {}
h256 id;
LocalisedLogEntries changes = { InitialChange };
LocalisedLogEntries changes = LocalisedLogEntries{ InitialChange };
};
struct WatchChannel: public LogChannel { static const char* name() { return "(o)"; } static const int verbosity = 7; };

Loading…
Cancel
Save