From ccd86cfe9c960d8ead07bd8d16fc6f5a12562774 Mon Sep 17 00:00:00 2001 From: Mathias Gumz Date: Sat, 3 Jan 2015 21:43:51 +0100 Subject: Fix signature FbTk::FontImp::rotate() --- src/FbTk/FontImp.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FbTk/FontImp.hh b/src/FbTk/FontImp.hh index 0578d1a..9185e4a 100644 --- a/src/FbTk/FontImp.hh +++ b/src/FbTk/FontImp.hh @@ -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() { } -- cgit v0.11.2