diff options
Diffstat (limited to 'plugins/HistoryStats/src/dlgoption.h')
-rw-r--r-- | plugins/HistoryStats/src/dlgoption.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/HistoryStats/src/dlgoption.h b/plugins/HistoryStats/src/dlgoption.h index cb51f5d98c..d5d60b43d4 100644 --- a/plugins/HistoryStats/src/dlgoption.h +++ b/plugins/HistoryStats/src/dlgoption.h @@ -75,11 +75,11 @@ private: {
private:
struct SupportInfo {
- mu_text* szPlugin;
- mu_text* szTeaser;
- mu_text* szDescription;
- mu_text* szLinkTexts;
- mu_text* szLinkURLs;
+ TCHAR* szPlugin;
+ TCHAR* szTeaser;
+ TCHAR* szDescription;
+ TCHAR* szLinkTexts;
+ TCHAR* szLinkURLs;
};
private:
|