summaryrefslogtreecommitdiff
path: root/plugins/Quotes/src/QuotesProviderFinance.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Quotes/src/QuotesProviderFinance.h')
-rw-r--r--plugins/Quotes/src/QuotesProviderFinance.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Quotes/src/QuotesProviderFinance.h b/plugins/Quotes/src/QuotesProviderFinance.h
index 67e4e3febc..d50d459640 100644
--- a/plugins/Quotes/src/QuotesProviderFinance.h
+++ b/plugins/Quotes/src/QuotesProviderFinance.h
@@ -8,11 +8,11 @@ public:
public:
void GetWatchedQuotes(TQuotes& raQuotes)const;
- bool WatchForQuote(const CQuote& rQuote,bool bWatch);
+ bool WatchForQuote(const CQuote& rQuote, bool bWatch);
MCONTACT GetContactByQuoteID(const tstring& rsQuoteID)const;
protected:
- virtual void ShowPropertyPage(WPARAM wp,OPTIONSDIALOGPAGE& odp);
+ virtual void ShowPropertyPage(WPARAM wp, OPTIONSDIALOGPAGE& odp);
virtual void Accept(CQuotesProviderVisitor& visitor)const;
};