fix gcc 4.7.x warnings

Origin commit data
------------------
Branch: ni/coolstream
Commit: df2ab71978
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-07-09 (Mon, 09 Jul 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2012-07-09 09:26:37 +02:00
parent 60e141bafb
commit 9a9d241e2b
5 changed files with 6 additions and 0 deletions

View File

@@ -99,6 +99,7 @@ class CExtendedInput_Item
virtual bool isSelectable(){return true;};
virtual void keyPressed( int /*key*/ ){};
virtual ~CExtendedInput_Item() {};
};
class CExtendedInput_Item_Spacer : public CExtendedInput_Item