diff options
Diffstat (limited to 'lib/element.cpp')
-rw-r--r-- | lib/element.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/element.cpp b/lib/element.cpp index 39c1f02..4b73bd4 100644 --- a/lib/element.cpp +++ b/lib/element.cpp @@ -138,5 +138,5 @@ Block *Element::locate_block(const std::string &path) } //return block ptr as result - return elem->block_actor->block_ptr; + return elem->block_data->block; } |