summaryrefslogtreecommitdiff
path: root/plugins/HistoryPlusPlus/hpp_messages.pas
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/HistoryPlusPlus/hpp_messages.pas')
-rw-r--r--plugins/HistoryPlusPlus/hpp_messages.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/HistoryPlusPlus/hpp_messages.pas b/plugins/HistoryPlusPlus/hpp_messages.pas
index 96c061c14b..23f5f6bfdb 100644
--- a/plugins/HistoryPlusPlus/hpp_messages.pas
+++ b/plugins/HistoryPlusPlus/hpp_messages.pas
@@ -49,12 +49,12 @@ interface
uses
Windows, m_api;
-function SendMessageTo(hContact: THandle; Text: String = ''): Boolean;
+function SendMessageTo(hContact: THandle; const Text: String = ''): Boolean;
//function ForwardMessage(Text: AnsiString): Boolean;
implementation
-function SendMessageTo(hContact: THandle; Text: String): Boolean;
+function SendMessageTo(hContact: THandle; const Text: String): Boolean;
var
buff: AnsiString;
begin