Skip to content

Commit

Permalink
Fix dtl.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfpld committed May 12, 2024
1 parent 4b14d96 commit 1a971d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dtl/Diff.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ namespace dtl {
return trivial;
}

void enableTrivial () const {
void enableTrivial () {
this->trivial = true;
}

Expand Down

0 comments on commit 1a971d8

Please sign in to comment.