diff options
author | fluxgen <fluxgen> | 2002-03-27 18:47:44 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-03-27 18:47:44 (GMT) |
commit | b7ca5d74665b0563c6f7feb53e29f64523d1c232 (patch) | |
tree | 57634248d437376ec241e71699ccb95bd9efb45e /src | |
parent | 14cd008c76663fc010d7fc97c76cf694b69f8f86 (diff) | |
download | fluxbox_pavel-b7ca5d74665b0563c6f7feb53e29f64523d1c232.zip fluxbox_pavel-b7ca5d74665b0563c6f7feb53e29f64523d1c232.tar.bz2 |
forgot the std in debugmsg
Diffstat (limited to 'src')
-rw-r--r-- | src/Font.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Font.cc b/src/Font.cc index 2430950..7e4a5ac 100644 --- a/src/Font.cc +++ b/src/Font.cc | |||
@@ -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.cc,v 1.3 2002/03/27 15:37:19 fluxgen Exp $ | 22 | //$Id: Font.cc,v 1.4 2002/03/27 18:47:44 fluxgen Exp $ |
23 | 23 | ||
24 | 24 | ||
25 | #include "Font.hh" | 25 | #include "Font.hh" |
@@ -98,7 +98,7 @@ bool Font::loadFromDatabase(XrmDatabase &database, const char *rname, const char | |||
98 | 98 | ||
99 | if (XrmGetResource(database, rname, rclass, &value_type, &value)) { | 99 | if (XrmGetResource(database, rname, rclass, &value_type, &value)) { |
100 | #ifdef DEBUG | 100 | #ifdef DEBUG |
101 | cerr<<__FILE__<<"("<<__LINE__<<"): Load font:"<<value.addr<<endl; | 101 | std::cerr<<__FILE__<<"("<<__LINE__<<"): Load font:"<<value.addr<<std::endl; |
102 | #endif | 102 | #endif |
103 | return load(value.addr); | 103 | return load(value.addr); |
104 | } | 104 | } |