diff options
Diffstat (limited to 'src/quotes.h')
-rw-r--r-- | src/quotes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quotes.h b/src/quotes.h index 52092fbc..56740e47 100644 --- a/src/quotes.h +++ b/src/quotes.h @@ -46,7 +46,7 @@ namespace ledger { optional<price_point_t> commodity_quote_from_script(commodity_t& commodity, - const optional<commodity_t&>& exchange_commodity); + const commodity_t * exchange_commodity); } // namespace ledger |