(svn r26088) -Fix (r26086): Windows compilation

This commit is contained in:
rubidium
2013-11-24 15:17:53 +00:00
parent 86621f0ff4
commit c1cbc05ca7
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ public:
virtual void Draw(int left, int right, int top, int bottom, bool sel, int bg_colour) const;
virtual StringID String() const { return this->string; }
static CDECL int NatSortFunc(const DropDownListItem * const *first, const DropDownListItem * const *second);
static int CDECL NatSortFunc(const DropDownListItem * const *first, const DropDownListItem * const *second);
};
/**