diff --git a/include/Runtime/Socket/Socket.hxx b/include/Runtime/Socket/Socket.hxx index 660f974..d1468b4 100644 --- a/include/Runtime/Socket/Socket.hxx +++ b/include/Runtime/Socket/Socket.hxx @@ -131,7 +131,7 @@ void** Socket assert(start_col < n_cols); this->rowsptr -= this->start_row; - uint8_t* dptr = this->template get_dataptr() + start_col; + uint8_t* dptr = (uint8_t*)get_dataptr() + start_col; for (size_t r = 0; r < this->get_n_rows(); r++) { this->rowsptr[r] = (void*)dptr;