Commit 83eb49c5 authored by cutealien's avatar cutealien

Remove wrong _IRR_OVERRIDE_'s which prevented compiling on Linux.


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4562 dfc29bdd-3216-0410-991c-e03cc46cb475
parent e1675c83
......@@ -115,11 +115,11 @@ namespace irr
//! gets text from the clipboard
//! \return Returns 0 if no string is in there.
virtual const c8* getTextFromClipboard() const _IRR_OVERRIDE_;
virtual const c8* getTextFromClipboard() const;
//! copies text to the clipboard
//! This sets the clipboard selection and _not_ the primary selection which you have on X on the middle mouse button.
virtual void copyToClipboard(const c8* text) const _IRR_OVERRIDE_;
virtual void copyToClipboard(const c8* text) const;
//! Remove all messages pending in the system message loop
virtual void clearSystemMessages() _IRR_OVERRIDE_;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment