mirror of
https://github.com/BlackMATov/meta.hpp.git
synced 2026-04-29 23:43:12 +07:00
fix CI compilers
This commit is contained in:
@@ -17,7 +17,7 @@ namespace
|
||||
};
|
||||
|
||||
struct position_component : component {
|
||||
META_HPP_ENABLE_POLY_INFO()
|
||||
META_HPP_ENABLE_POLY_INFO(component)
|
||||
public:
|
||||
explicit position_component(int nx, int ny) : x{nx}, y{ny} {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user