Ignore:
Timestamp:
Jun 20, 2009, 12:25:08 AM (16 years ago)
Author:
gumby
Message:

Fixed bugs:
Missing globalize code on start
possibly fixed adv option menu
type "Step33/36"
const thing in struct ModPackage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • AE/Installer/trunk/source/installer.h

    r355 r358  
    4949                cout << "\n";
    5050        }
    51        
    52              bool operator < (const ModPackage &fs)
     51
     52             bool operator < (const ModPackage &fs) const
    5353     { return (name < fs.name);}
    5454
    55      bool operator > (const ModPackage &fs)
     55     bool operator > (const ModPackage &fs) const
    5656     { return (name > fs.name);}
    5757
    58      bool operator == (const ModPackage &fs)
     58     bool operator == (const ModPackage &fs) const
    5959     { return (name == fs.name);}
    6060};
Note: See TracChangeset for help on using the changeset viewer.