More fixes.

This commit is contained in:
Matthias Koefferlein 2022-05-16 23:53:16 +02:00
parent 1f24458acd
commit a42b7d211e
2 changed files with 2 additions and 1 deletions

View File

@ -70,6 +70,7 @@ cp -v $KLAYOUT_BITS/curl/bin/* .
cp -v $KLAYOUT_BITS/expat/bin/* .
cp -v $KLAYOUT_BITS/ptw/bin/* .
cp -v $KLAYOUT_BITS/zlib/bin/* .
cp -v $KLAYOUT_BITS/png/bin/* .
# if [ $? -ne 0 ]; then
# >&2 echo "ERROR: lib not found. Quitting."
# exit 1

View File

@ -35,7 +35,7 @@ static lay::LayoutView *new_view2 (bool editable, db::Manager *manager, unsigned
return new lay::LayoutView (manager, editable, 0 /*plugin parent*/, options);
}
LAYBASIC_PUBLIC Class<lay::LayoutViewBase> decl_LayoutViewBase;
extern LAYBASIC_PUBLIC Class<lay::LayoutViewBase> decl_LayoutViewBase;
Class<lay::LayoutView> decl_LayoutView (decl_LayoutViewBase, "lay", "LayoutView",
gsi::constructor ("new", &new_view2, gsi::arg ("editable", false), gsi::arg ("manager", (db::Manager *) 0, "nil"), gsi::arg ("options", (unsigned int) 0),