diff options
Diffstat (limited to 'src/commodity.h')
-rw-r--r-- | src/commodity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commodity.h b/src/commodity.h index f2275d0e..24cd5a08 100644 --- a/src/commodity.h +++ b/src/commodity.h @@ -49,7 +49,7 @@ namespace ledger { -class keep_details_t; +struct keep_details_t; class commodity_pool_t; DECLARE_EXCEPTION(commodity_error, std::runtime_error); |