summaryrefslogtreecommitdiff
path: root/plugins/mRadio/rglobal.pas
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mRadio/rglobal.pas')
-rw-r--r--plugins/mRadio/rglobal.pas6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/mRadio/rglobal.pas b/plugins/mRadio/rglobal.pas
index 51caddc63c..313c62015c 100644
--- a/plugins/mRadio/rglobal.pas
+++ b/plugins/mRadio/rglobal.pas
@@ -21,7 +21,7 @@ const
const
chan :HSTREAM = 0;
- ActiveContact:MCONTACT = 0;
+ ActiveContact:TMCONTACT = 0;
ActiveURL :PWideChar = nil;
const
@@ -159,7 +159,7 @@ const
function MakeMessage:pWideChar;
-procedure SetStatus(hContact:MCONTACT;status:integer);
+procedure SetStatus(hContact:TMCONTACT;status:integer);
function GetDefaultRecPath:pWideChar;
function GetStatusText(status:integer;toCList:boolean=false):PWideChar;
@@ -169,7 +169,7 @@ implementation
uses
common, dbsettings;
-procedure SetStatus(hContact:MCONTACT;status:integer);
+procedure SetStatus(hContact:TMCONTACT;status:integer);
begin
// if Status=ID_STATUS_OFFLINE then
// MyStopBass;