summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/delphi/m_flash.inc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ExternalAPI/delphi/m_flash.inc')
-rw-r--r--plugins/ExternalAPI/delphi/m_flash.inc14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/ExternalAPI/delphi/m_flash.inc b/plugins/ExternalAPI/delphi/m_flash.inc
index 8d99547e6a..c6c7cc1816 100644
--- a/plugins/ExternalAPI/delphi/m_flash.inc
+++ b/plugins/ExternalAPI/delphi/m_flash.inc
@@ -81,12 +81,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
type
TFLASHAVATAR = record
- hContact :THANDLE; // contact who flash avatar belongs to
- hWindow :HWND; // handle of flash avatar object
- hParentWindow:HWND; // handle of flash avatar's parent object
- cUrl :TChar; // url of .swf file
- id :int; // unique number of plugin which wants to use avatar service
- cProto :PAnsiChar; // contacts protocol
+ hContact :TMCONTACT; // contact who flash avatar belongs to
+ hWindow :HWND; // handle of flash avatar object
+ hParentWindow:HWND; // handle of flash avatar's parent object
+ cUrl :TChar; // url of .swf file
+ id :int; // unique number of plugin which wants to use avatar service
+ cProto :PAnsiChar; // contacts protocol
end;
-{$ENDIF} \ No newline at end of file
+{$ENDIF}