Skip to content

Commit

Permalink
minor fix for latest tools
Browse files Browse the repository at this point in the history
  • Loading branch information
elidwa committed Aug 20, 2024
1 parent 3a1dbbc commit c671179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasets/bathy/package/BathyReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1771,7 +1771,7 @@ int BathyReader::luaStats (lua_State* L)
{
bool status = false;
int num_obj_to_return = 1;
BathyReader* lua_obj = NULL;
const BathyReader* lua_obj = NULL;

try
{
Expand Down

0 comments on commit c671179

Please sign in to comment.