Skip to content

Commit

Permalink
Merge pull request #123 from Evangel63/cleanup2
Browse files Browse the repository at this point in the history
Finishing the cleanups I started in the last PR
  • Loading branch information
jratcliff63367 authored Aug 3, 2022
2 parents 7677ae5 + 63e5d9a commit e5c242f
Show file tree
Hide file tree
Showing 2 changed files with 6,122 additions and 6,943 deletions.
4 changes: 3 additions & 1 deletion app/TestVHACD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ bool getTrueFalse(const char *option,bool &value)
return ret;
}

class Logging : public VHACD::IVHACD::IUserCallback, public VHACD::IVHACD::IUserLogger
class Logging : public VHACD::IVHACD::IUserCallback,
public VHACD::IVHACD::IUserLogger
{
public:
Logging(void)
Expand Down Expand Up @@ -571,6 +572,7 @@ int main(int argc,const char **argv)
fprintf(fph,"endsolid %s\n", hullName);
}
}
fclose(fph);
}
}
}
Expand Down
Loading

0 comments on commit e5c242f

Please sign in to comment.