Skip to content

Commit

Permalink
fix: Fixed debug non static build
Browse files Browse the repository at this point in the history
Fixed debug non static build. fixes #27
  • Loading branch information
zachhildreth committed Mar 11, 2022
1 parent 0ff86d3 commit 2834e2a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/debug_utilities/object_sizes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,12 @@ int main(int argc, char* argv[])
SL(tools::wallet2::unsigned_tx_set);
SL(tools::wallet2::signed_tx_set);

SL(X-CASH::WalletImpl);
SL(X-CASH::AddressBookRow);
SL(X-CASH::TransactionInfoImpl);
SL(X-CASH::TransactionHistoryImpl);
SL(X-CASH::PendingTransactionImpl);
SL(X-CASH::UnsignedTransactionImpl);
SL(XCash::WalletImpl);
SL(XCash::AddressBookRow);
SL(XCash::TransactionInfoImpl);
SL(XCash::TransactionHistoryImpl);
SL(XCash::PendingTransactionImpl);
SL(XCash::UnsignedTransactionImpl);

return 0;
}

0 comments on commit 2834e2a

Please sign in to comment.