diff options
Diffstat (limited to 'plugins/Clist_modern/src/modern_awaymsg.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_awaymsg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_awaymsg.cpp b/plugins/Clist_modern/src/modern_awaymsg.cpp index 342b3eefad..77e06dff5e 100644 --- a/plugins/Clist_modern/src/modern_awaymsg.cpp +++ b/plugins/Clist_modern/src/modern_awaymsg.cpp @@ -121,7 +121,7 @@ static int amThreadProc(HWND hwnd) DWORD time;
HANDLE hContact;
HANDLE ACK = 0;
- displayNameCacheEntry dnce;
+ ClcCacheEntry dnce;
memset( &dnce, 0, sizeof(dnce));
while (!MirandaExiting())
|