aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk')
-rw-r--r--src/FbTk/FontImp.hh2
1 files changed, 1 insertions, 1 deletions
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:
47 virtual int descent() const = 0; 47 virtual int descent() const = 0;
48 virtual unsigned int height() const = 0; 48 virtual unsigned int height() const = 0;
49 virtual bool loaded() const = 0; 49 virtual bool loaded() const = 0;
50 virtual void rotate(int angle) { } // by default, no rotate support 50 virtual void rotate(FbTk::Orientation angle) { } // by default, no rotate support
51 virtual bool utf8() const { return false; }; 51 virtual bool utf8() const { return false; };
52protected: 52protected:
53 FontImp() { } 53 FontImp() { }