aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/transaction_history.h
diff options
context:
space:
mode:
authorChris Vickio <chris@vickio.net>2017-01-14 13:41:56 +0300
committerChris Vickio <chris@vickio.net>2017-01-14 15:06:07 +0300
commit3b6d5f255df2a5ca826ed7f146fc768a8350d68e (patch)
treed2c65282f462bca28394a52e08a40ff1c797be43 /src/wallet/api/transaction_history.h
parentremove unused fields from network_throttle (unused-private-field warning) (diff)
downloadmonero-3b6d5f255df2a5ca826ed7f146fc768a8350d68e.tar.xz
make struct/class declarations consistent (mismatched-tags warning)
Diffstat (limited to '')
-rw-r--r--src/wallet/api/transaction_history.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/api/transaction_history.h b/src/wallet/api/transaction_history.h
index bd18e9440..37c9ea0e4 100644
--- a/src/wallet/api/transaction_history.h
+++ b/src/wallet/api/transaction_history.h
@@ -33,7 +33,6 @@
namespace Monero {
-class TransactionInfo;
class WalletImpl;
class TransactionHistoryImpl : public TransactionHistory