Michele Caini пре 4 година
родитељ
комит
92c2fd9409
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/entt/core/hashed_string.hpp

+ 1 - 0
src/entt/core/hashed_string.hpp

@@ -73,6 +73,7 @@ class basic_hashed_string: internal::basic_hashed_string<Char> {
         // non-explicit constructor on purpose
         // non-explicit constructor on purpose
         constexpr const_wrapper(const Char *str) noexcept
         constexpr const_wrapper(const Char *str) noexcept
             : repr{str} {}
             : repr{str} {}
+
         const Char *repr;
         const Char *repr;
     };
     };