Fix signature FbTk::FontImp::rotate()
This commit is contained in:
parent
63f9a1637f
commit
ccd86cfe9c
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public:
|
|||
virtual int descent() const = 0;
|
||||
virtual unsigned int height() 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; };
|
||||
protected:
|
||||
FontImp() { }
|
||||
|
|
Loading…
Reference in a new issue