Update dtl/Diff.hpp

This commit is contained in:
Scott E. Graves 2024-06-03 13:01:48 +00:00
parent cd45dd4808
commit 988e91555f

View File

@ -164,7 +164,7 @@ namespace dtl {
return trivial; return trivial;
} }
void enableTrivial () const { void enableTrivial () {
this->trivial = true; this->trivial = true;
} }