Browse Source

fix: switch

Sam Jaffe 3 tháng trước cách đây
mục cha
commit
c08e9c698f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      include/jvalidate/validation_visitor.h

+ 1 - 1
include/jvalidate/validation_visitor.h

@@ -650,7 +650,7 @@ private:
     if (not result_) {
       return false;
     }
-    switch (tracking_) {
+    switch (*tracking_) {
     case StoreResults::ForAnything:
       return stat != Status::Noop;
     case StoreResults::ForValid: