Changeset 77 in tspsg-svn for trunk/src/tspsolver.cpp


Ignore:
Timestamp:
Dec 17, 2009, 1:24:34 PM (14 years ago)
Author:
laleppa
Message:

Fixed crash when the task didn't have a solution.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tspsolver.cpp

    r76 r77  
    217217}
    218218
    219 void CTSPSolver::deleteNode(SStep *node)
     219void CTSPSolver::deleteNode(SStep *&node)
    220220{
    221221        if (node->plNode != NULL)
Note: See TracChangeset for help on using the changeset viewer.