Browse Source

fixed bug in name of error_info typedef

cl-refactor
Christoph Jentzsch 10 years ago
parent
commit
14f80389a5
  1. 2
      libdevcore/Exceptions.h

2
libdevcore/Exceptions.h

@ -44,6 +44,6 @@ struct FileError: virtual Exception {};
// error information to be added to exceptions
typedef boost::error_info<struct tag_invalidSymbol, char> errinfo_invalidSymbol;
typedef boost::error_info<struct tag_comment, std::string> errinfo_wrongAddress;
typedef boost::error_info<struct tag_address, std::string> errinfo_wrongAddress;
typedef boost::error_info<struct tag_comment, std::string> errinfo_comment;
}

Loading…
Cancel
Save