--- a/src/addObjectDialog.cpp Tue Jul 30 07:16:48 2013 +0300 +++ b/src/addObjectDialog.cpp Tue Jul 30 07:38:08 2013 +0300 @@ -314,7 +314,7 @@ matrix transform = g_identity; if( type == LDObject::Subfile ) { - vector<str> matrixstrvals = container_cast<QStringList, vector<str>> (str (dlg.le_matrix->text ()).split (" ")); + List<str> matrixstrvals = container_cast<QStringList, List<str>> (str (dlg.le_matrix->text ()).split (" ")); if (matrixstrvals.size () == 9) { double matrixvals[9];