diff --git a/include/pq/implem/pq_type_helpers.hpp b/include/pq/implem/pq_type_helpers.hpp index 5fe59f5..da54189 100644 --- a/include/pq/implem/pq_type_helpers.hpp +++ b/include/pq/implem/pq_type_helpers.hpp @@ -168,7 +168,7 @@ namespace pq { //Hack to make some sort of "static pimpl" struct StorageStruct { int a; int b[2 * 6]; void* c[2]; }; static constexpr std::size_t DATA_SIZE = sizeof(StorageStruct); - using storage = std::aligned_storage::type; + using storage = std::aligned_storage::type; void push_param ( const char* parFormat, ... ); storage m_storage; PGParams m_par;