Skip to content

Commit

Permalink
update GEO
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomei committed Jul 9, 2024
1 parent bf0d459 commit 8b7273d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/CRITERIAGEO/mainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ int MainWindow::getRasterIndex(GisObject* myObject)
{
if (myObject->type == gisObjectRaster)
{
if (rasterObjList.at(i)->getRaster() == myObject->getRaster())
if (rasterObjList.at(i)->getRasterPointer() == myObject->getRaster())
return i;
}
/*
Expand Down

0 comments on commit 8b7273d

Please sign in to comment.