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/ownereditdlg.cpp

    r6374 r6466  
    9191  if (ppid != 0) 
    9292  { 
    93     ICQOwner* o = gUserManager.FetchOwner(ppid, LOCK_R); 
     93    const ICQOwner* o = gUserManager.FetchOwner(ppid, LOCK_R); 
    9494    if (o != NULL) 
    9595    {