Skip to content

Commit b24eed3

Browse files
committed
FIX: minor const for logger
1 parent 6d20016 commit b24eed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffCheck.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
// diffCheck includes
77
#include "diffCheck/log.hh"
8-
diffCheck::Log LOG = diffCheck::Log();
8+
const diffCheck::Log LOG = diffCheck::Log();
99

1010
#include "diffCheck/geometry/DFPointCloud.hh"
1111
#include "diffCheck/geometry/DFMesh.hh"

0 commit comments

Comments
 (0)