(svn r26679) -Codechange: VehicleListIdentifier::Pack can be const. (Juanjo)

This commit is contained in:
frosch
2014-07-08 20:07:21 +00:00
parent c3c966fd79
commit da9de1de70
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ struct VehicleListIdentifier {
CompanyID company; ///< The company associated with this list.
uint32 index; ///< A vehicle list type specific index.
uint32 Pack();
uint32 Pack() const;
bool Unpack(uint32 data);
/**