diff options
Diffstat (limited to 'plugins/SimpleAR/src/Main.cpp')
| -rw-r--r-- | plugins/SimpleAR/src/Main.cpp | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/SimpleAR/src/Main.cpp b/plugins/SimpleAR/src/Main.cpp index 9e2d3b3759..ec16743b2f 100644 --- a/plugins/SimpleAR/src/Main.cpp +++ b/plugins/SimpleAR/src/Main.cpp @@ -181,9 +181,8 @@ TCHAR* StrReplace (TCHAR* Search, TCHAR* Replace, TCHAR* Resource)  	return Resource;
  }
 -INT addEvent(WPARAM wParam, LPARAM lParam)
 +INT addEvent(WPARAM hContact, LPARAM lParam)
  {
 -	MCONTACT hContact = wParam;
  	HANDLE hDBEvent = (HANDLE)lParam;
  	BOOL fEnabled = db_get_b(NULL, protocolname, KEY_ENABLED, 1);
  | 
