inserted missing this->

This commit is contained in:
Peter Hachenberger 2006-03-12 14:52:47 +00:00
parent 12ef4e3738
commit d518a424f5
1 changed files with 1 additions and 1 deletions

View File

@ -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);