Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7269


Ignore:
Timestamp:
Aug 30, 2010, 7:44:01 PM (14 years ago)
Author:
landauf
Message:

ok ok… ;)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/consolecommands3/src/libraries/util/SharedPtr.h

    r7264 r7269  
    118118            }
    119119
    120             inline const SharedPtr& operator=(const SharedPtr& other)
     120            inline SharedPtr& operator=(const SharedPtr& other)
    121121            {
    122122                SharedPtr(other).swap(*this);
     
    125125
    126126            template <class O>
    127             inline const SharedPtr& operator=(const SharedPtr<O>& other)
     127            inline SharedPtr& operator=(const SharedPtr<O>& other)
    128128            {
    129129                SharedPtr(other).swap(*this);
Note: See TracChangeset for help on using the changeset viewer.