Skip to content

Commit

Permalink
FIX: minor const for logger
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Mar 30, 2024
1 parent 6d20016 commit b24eed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diffCheck.hh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

// diffCheck includes
#include "diffCheck/log.hh"
diffCheck::Log LOG = diffCheck::Log();
const diffCheck::Log LOG = diffCheck::Log();

#include "diffCheck/geometry/DFPointCloud.hh"
#include "diffCheck/geometry/DFMesh.hh"
Expand Down

0 comments on commit b24eed3

Please sign in to comment.