Show
Ignore:
Timestamp:
07/25/08 04:15:48 (4 months ago)
Author:
flynd
Message:

Use const pointer for owner objects that are fetched only for read access.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/dialogs/historydlg.cpp

    r6463 r6466  
    236236  gUserManager.DropUser(u); 
    237237 
    238   ICQOwner* o = gUserManager.FetchOwner(myPpid, LOCK_R); 
     238  const ICQOwner* o = gUserManager.FetchOwner(myPpid, LOCK_R); 
    239239  if (o != NULL) 
    240240  {