Fix warning on MSVS2008 compiler: fix typo introduced in r50488.

This commit is contained in:
Stéphane Tayeb 2009-07-09 09:40:16 +00:00
parent 145156621d
commit 55a4124bb5
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ namespace details {
return *this;
}
void set_debug(debug* d) { debug = d; }
void set_debug(Debug* d) { debug = d; }
operator bool() const
{