Changeset 6180 for trunk/auto-reply

Show
Ignore:
Timestamp:
05/05/08 05:45:14 (7 months ago)
Author:
flynd
Message:

Added const declarations to event classes and fixed (hopefully) everything else that broke.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/auto-reply/src/autoreply.cpp

    r6168 r6180  
    212212void CLicqAutoReply::ProcessEvent(ICQEvent *e) 
    213213{ 
    214   CUserEvent *user_event; 
     214  const CUserEvent* user_event; 
    215215 
    216216  if (e->Result() != EVENT_ACKED)