From 1a971d867d6fa5bf6dc57d705dcbbc6020031e7a Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 12 May 2024 19:22:20 +0200 Subject: [PATCH] Fix dtl. --- dtl/Diff.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtl/Diff.hpp b/dtl/Diff.hpp index 8c9c774f..57067f9f 100644 --- a/dtl/Diff.hpp +++ b/dtl/Diff.hpp @@ -164,7 +164,7 @@ namespace dtl { return trivial; } - void enableTrivial () const { + void enableTrivial () { this->trivial = true; }