mirror of https://github.com/CGAL/cgal
Fix warning on MSVS2008 compiler: fix typo introduced in r50488.
This commit is contained in:
parent
145156621d
commit
55a4124bb5
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue