We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d20016 commit b24eed3Copy full SHA for b24eed3
src/diffCheck.hh
@@ -5,7 +5,7 @@
5
6
// diffCheck includes
7
#include "diffCheck/log.hh"
8
-diffCheck::Log LOG = diffCheck::Log();
+const diffCheck::Log LOG = diffCheck::Log();
9
10
#include "diffCheck/geometry/DFPointCloud.hh"
11
#include "diffCheck/geometry/DFMesh.hh"
0 commit comments