From 988e91555f7481bac281e175884fceb33fa7535f Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Mon, 3 Jun 2024 13:01:48 +0000 Subject: [PATCH] Update dtl/Diff.hpp --- dtl/Diff.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtl/Diff.hpp b/dtl/Diff.hpp index 8c9c774..57067f9 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; }