--- a/src/addObjectDialog.cpp Tue Oct 22 13:53:24 2013 +0300 +++ b/src/addObjectDialog.cpp Tue Oct 22 19:22:15 2013 +0300 @@ -34,6 +34,7 @@ #include "widgets.h" #include "misc.h" #include "primitives.h" +#include "moc_addObjectDialog.cpp" // ============================================================================= // ----------------------------------------------------------------------------- @@ -387,7 +388,7 @@ LDSubfile* ref = initObj<LDSubfile> (obj); - for (const Axis ax : g_Axes) + for (const Axis ax : g_Axes) ref->setCoordinate (ax, dlg.dsb_coords[ax]->value()); ref->setTransform (transform); @@ -409,4 +410,3 @@ g_win->fullRefresh(); } -#include "moc_addObjectDialog.cpp"