update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class)
[novacoin.git] / src / qt / transactiondesc.h
index 5a85949..fde861b 100644 (file)
@@ -3,13 +3,14 @@
 
 #include <string>
 
+class CWallet;
 class CWalletTx;
 
 class TransactionDesc
 {
 public:
     /* Provide human-readable extended HTML description of a transaction */
-    static std::string toHTML(CWalletTx &wtx);
+    static std::string toHTML(CWallet *wallet, CWalletTx &wtx);
 };
 
 #endif // TRANSACTIONDESC_H