mirror of https://github.com/CGAL/cgal
inserted missing this->
This commit is contained in:
parent
12ef4e3738
commit
d518a424f5
|
|
@ -1080,7 +1080,7 @@ public:
|
|||
SNC_point_locator_naive() : initialized(false) {}
|
||||
virtual void initialize(SNC_structure* W) {
|
||||
TIMER(ct_t.start());
|
||||
strcpy( version_, "Naive Point Locator (tm)");
|
||||
strcpy(this->version_, "Naive Point Locator (tm)");
|
||||
CLOG(version());
|
||||
CGAL_assertion( W != NULL);
|
||||
Base::initialize(W);
|
||||
|
|
|
|||
Loading…
Reference in New Issue