1 2 3 4 5 6 7 8 9 10 11 12 13
diff --git dtl/Diff.hpp dtl/Diff.hpp index 8c9c774..57067f9 100644 --- dtl/Diff.hpp +++ dtl/Diff.hpp @@ -164,7 +164,7 @@ namespace dtl { return trivial; } - void enableTrivial () const { + void enableTrivial () { this->trivial = true; }