Skip to content

Commit

Permalink
Adjust bindLuaPart() hack to new library version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oberon00 committed Jul 23, 2013
1 parent 326f618 commit c19fbc4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compsys/MetaComponent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class wrap_Component: public Component, public luabind::wrap_base {
return;
}
wrapper.get(wrapper.state());
wrapper.m_strong_ref.set(wrapper.state());
wrapper.m_strong_ref.pop(wrapper.state());
}

virtual MetaComponent const& metaComponent() const { return *m_metaComponent; }
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c19fbc4

Please sign in to comment.