Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 5, 2010, 6:26:54 PM (14 years ago)
Author:
dafrick
Message:

Additional documentation, code niceifying and potential bug fixing. Also: Renamed DroppedItem to DroppedPickup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickup3/src/modules/pickup/PickupCollectionIdentifier.h

    r6474 r6475  
    4545            ~PickupCollectionIdentifier();
    4646           
    47             virtual int compare(const PickupIdentifier& identifier) const;
     47            virtual int compare(const PickupIdentifier* identifier) const;
    4848           
    4949            void addPickup(const PickupIdentifier* identifier);
    5050           
    5151        private:
    52             std::set<const PickupIdentifier*, PickupIdentifierPtrCompare> identifiers_;
     52            std::set<const PickupIdentifier*, PickupIdentifierCompare> identifiers_;
    5353           
    5454    };
Note: See TracChangeset for help on using the changeset viewer.