diff options
Diffstat (limited to 'src/FbTk/XFontImp.hh')
-rw-r--r-- | src/FbTk/XFontImp.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/XFontImp.hh b/src/FbTk/XFontImp.hh index c297615..cc03034 100644 --- a/src/FbTk/XFontImp.hh +++ b/src/FbTk/XFontImp.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: XFontImp.hh,v 1.4 2003/01/05 23:39:50 fluxgen Exp $ | 22 | // $Id: XFontImp.hh,v 1.5 2003/12/16 17:06:52 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef FBTK_XFONTIMP_HH | 24 | #ifndef FBTK_XFONTIMP_HH |
25 | #define FBTK_XFONTIMP_HH | 25 | #define FBTK_XFONTIMP_HH |
@@ -83,6 +83,6 @@ private: | |||
83 | bool m_rotate; ///< used to disable/enable rotation temprarly without reallocating m_rotfont | 83 | bool m_rotate; ///< used to disable/enable rotation temprarly without reallocating m_rotfont |
84 | }; | 84 | }; |
85 | 85 | ||
86 | }; // end namespace FbTk | 86 | } // end namespace FbTk |
87 | 87 | ||
88 | #endif // XFONTIMP_HH | 88 | #endif // XFONTIMP_HH |