summaryrefslogtreecommitdiff
path: root/Plugins/avatarhistory/popup.h
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/avatarhistory/popup.h')
-rw-r--r--Plugins/avatarhistory/popup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/avatarhistory/popup.h b/Plugins/avatarhistory/popup.h
index d86db2d..74c5323 100644
--- a/Plugins/avatarhistory/popup.h
+++ b/Plugins/avatarhistory/popup.h
@@ -39,7 +39,7 @@ void DeInitPopups();
void ShowPopup(HANDLE hContact, const TCHAR *title, const TCHAR *description);
// Show an test
-void ShowTestPopup(const TCHAR *title, const TCHAR *description, const Options *op);
+void ShowTestPopup(HANDLE hContact,const TCHAR *title, const TCHAR *description, const Options *op);
// Show an error popup
void ShowErrPopup(const char *description, const char *title = NULL);