diff options
author | George Hazan <george.hazan@gmail.com> | 2016-08-23 12:19:43 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-08-23 12:19:43 +0000 |
commit | 3c22d97f8c0bab9fc214a3a3b36ab57ddc1bbfb2 (patch) | |
tree | b66e8b3378e285d9e3c19a8cd62d12c705092211 /plugins/HistoryPlusPlus/hpp_global.pas | |
parent | 352fe9cb793622c4a6ccc88e938ae51ed09b6d94 (diff) |
warning fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@17200 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryPlusPlus/hpp_global.pas')
-rw-r--r-- | plugins/HistoryPlusPlus/hpp_global.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryPlusPlus/hpp_global.pas b/plugins/HistoryPlusPlus/hpp_global.pas index d0b04669c6..aacb3b57ad 100644 --- a/plugins/HistoryPlusPlus/hpp_global.pas +++ b/plugins/HistoryPlusPlus/hpp_global.pas @@ -81,7 +81,7 @@ type Height: Integer;
Module: AnsiString;
Proto: AnsiString;
- Text: String;
+ Text: AnsiString;
CodePage: Cardinal;
RTLMode: TRTLMode;
HasHeader: Boolean; // header for sessions
|