Fix signature FbTk::FontImp::rotate()

This commit is contained in:
Mathias Gumz 2015-01-03 21:43:51 +01:00
parent 63f9a1637f
commit ccd86cfe9c

View file

@ -47,7 +47,7 @@ public:
virtual int descent() const = 0; virtual int descent() const = 0;
virtual unsigned int height() const = 0; virtual unsigned int height() const = 0;
virtual bool loaded() const = 0; virtual bool loaded() const = 0;
virtual void rotate(int angle) { } // by default, no rotate support virtual void rotate(FbTk::Orientation angle) { } // by default, no rotate support
virtual bool utf8() const { return false; }; virtual bool utf8() const { return false; };
protected: protected:
FontImp() { } FontImp() { }