diff options
Diffstat (limited to 'src/FbTk/Font.hh')
-rw-r--r-- | src/FbTk/Font.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/FbTk/Font.hh b/src/FbTk/Font.hh index 71d560c..32ce042 100644 --- a/src/FbTk/Font.hh +++ b/src/FbTk/Font.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: Font.hh,v 1.11 2004/08/31 20:27:08 fluxgen Exp $ | 22 | //$Id: Font.hh,v 1.12 2004/08/31 21:24:05 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef FBTK_FONT_HH | 24 | #ifndef FBTK_FONT_HH |
25 | #define FBTK_FONT_HH | 25 | #define FBTK_FONT_HH |
@@ -119,6 +119,8 @@ private: | |||
119 | std::string m_halo_color; ///< halo color | 119 | std::string m_halo_color; ///< halo color |
120 | #ifdef HAVE_ICONV | 120 | #ifdef HAVE_ICONV |
121 | iconv_t m_iconv; | 121 | iconv_t m_iconv; |
122 | #else | ||
123 | int m_iconv; | ||
122 | #endif // HAVE_ICONV | 124 | #endif // HAVE_ICONV |
123 | }; | 125 | }; |
124 | 126 | ||