aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMathias Gumz <akira@fluxbox.org>2015-01-03 20:43:51 (GMT)
committerMathias Gumz <akira@fluxbox.org>2015-01-03 20:43:51 (GMT)
commitccd86cfe9c960d8ead07bd8d16fc6f5a12562774 (patch)
treeba4ac9b42312bd37c2867178fee244d575957952 /src
parent63f9a1637f0b48d4ebc41c99db727826d6199e0d (diff)
downloadfluxbox-ccd86cfe9c960d8ead07bd8d16fc6f5a12562774.zip
fluxbox-ccd86cfe9c960d8ead07bd8d16fc6f5a12562774.tar.bz2
Fix signature FbTk::FontImp::rotate()
Diffstat (limited to 'src')
-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() { }