summarylogtreecommitdiffstats
path: root/dtl-dtl_Diff_hpp.patch
blob: 183b9598c357d06ee21d3de650a95c2006397778 (plain)
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;
         }