diff options
author | Mathias Gumz <akira@fluxbox.org> | 2015-01-03 20:43:51 (GMT) |
---|---|---|
committer | Mathias Gumz <akira@fluxbox.org> | 2015-01-03 20:43:51 (GMT) |
commit | ccd86cfe9c960d8ead07bd8d16fc6f5a12562774 (patch) | |
tree | ba4ac9b42312bd37c2867178fee244d575957952 | |
parent | 63f9a1637f0b48d4ebc41c99db727826d6199e0d (diff) | |
download | fluxbox-ccd86cfe9c960d8ead07bd8d16fc6f5a12562774.zip fluxbox-ccd86cfe9c960d8ead07bd8d16fc6f5a12562774.tar.bz2 |
Fix signature FbTk::FontImp::rotate()
-rw-r--r-- | src/FbTk/FontImp.hh | 2 |
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; }; |
52 | protected: | 52 | protected: |
53 | FontImp() { } | 53 | FontImp() { } |