This commit is contained in:
Bartosz Taudul 2024-05-12 19:22:20 +02:00
parent 4b14d961f0
commit 1a971d867d
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

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