소스 검색

process: struct vs class decl

skypjack 8 달 전
부모
커밋
5642788046
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/entt/process/fwd.hpp

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

@@ -10,7 +10,7 @@ template<typename>
 class basic_process;
 
 template<typename, typename>
-class basic_process_adaptor;
+struct basic_process_adaptor;
 
 /*! @brief Alias declaration for the most common use case. */
 using process = basic_process<std::uint32_t>;