Forráskód Böngészése

process: review ::next fallback

Michele Caini 1 éve
szülő
commit
9ba4fb867a
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/entt/process/process.hpp

+ 1 - 1
src/entt/process/process.hpp

@@ -111,7 +111,7 @@ class process {
     }
     }
 
 
     template<typename... Args>
     template<typename... Args>
-    void next(Args &&...) const noexcept {}
+    void next(Args...) const noexcept {}
 
 
 protected:
 protected:
     /**
     /**