fixed backend test compilation
This commit is contained in:
@@ -14,8 +14,8 @@ struct author;
|
||||
|
||||
struct book {
|
||||
unsigned int id{};
|
||||
matador::object::object_ptr<author> book_author;
|
||||
std::string title;
|
||||
object::object_ptr<author> book_author;
|
||||
unsigned short published_in{};
|
||||
|
||||
template<typename Operator>
|
||||
|
||||
Reference in New Issue
Block a user