Sfoglia il codice sorgente

test: minor changes

Michele Caini 1 anno fa
parent
commit
771603f8f6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      test/entt/signal/sigh.cpp

+ 1 - 1
test/entt/signal/sigh.cpp

@@ -14,7 +14,7 @@ struct sigh_listener {
         return true;
         return true;
     }
     }
 
 
-    [[nodiscard]] bool h(const int &) {
+    [[nodiscard]] bool h(const int &) const {
         return val;
         return val;
     }
     }