fixup compile errors and allow fetching property properly from cache
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
aa6f711251
commit
f9de016dfe
21 changed files with 213 additions and 122 deletions
|
|
@ -3,7 +3,7 @@
|
|||
#include <objects/object.hpp>
|
||||
|
||||
struct IkarusBlueprint final : IkarusObject {
|
||||
inline IkarusBlueprint(struct IkarusProject * project, IkarusId id);
|
||||
IkarusBlueprint(struct IkarusProject * project, IkarusId id);
|
||||
|
||||
IkarusBlueprint(IkarusBlueprint const&) = default;
|
||||
IkarusBlueprint(IkarusBlueprint&&) = default;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue