diff options
author | fluxgen <fluxgen> | 2004-08-31 21:24:05 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-08-31 21:24:05 (GMT) |
commit | 82de6ace6d64b95ec495a3a9df57d5729029825f (patch) | |
tree | 29d924eaa0e45498f1bb667e39aa6899b6660307 /src/FbTk/Font.hh | |
parent | d1df9f8d601ddc8bd8e9092e49b07dc4d8192b08 (diff) | |
download | fluxbox_pavel-82de6ace6d64b95ec495a3a9df57d5729029825f.zip fluxbox_pavel-82de6ace6d64b95ec495a3a9df57d5729029825f.tar.bz2 |
have const msg ptr to iconv
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 | ||