Skip to content

Commit

Permalink
Merge pull request steemit#808 from steemit/789-missing-ampersand
Browse files Browse the repository at this point in the history
Fix missing ampersand
  • Loading branch information
Michael Vandeberg authored Jan 18, 2017
2 parents b498dd7 + 93098c3 commit 443ce69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/protocol/include/steemit/protocol/asset.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ namespace steemit { namespace protocol {

struct price
{
price(const asset& base = asset(), const asset quote = asset())
price(const asset& base = asset(), const asset& quote = asset())
: base(base),quote(quote){}

asset base;
Expand Down

0 comments on commit 443ce69

Please sign in to comment.