fixed backend test compilation

This commit is contained in:
Sascha Kühl
2025-02-12 16:01:52 +01:00
parent 42acaf24ce
commit 5d41a592bb
36 changed files with 727 additions and 575 deletions
+1 -1
View File
@@ -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>