|    433 				LDSubfileReference* ref = static_cast<LDSubfileReference*> (obj); | 
   433 				LDSubfileReference* ref = static_cast<LDSubfileReference*> (obj); | 
|    434  | 
   434  | 
|    435 				descr = format ("%1 %2, (", ref->fileInfo()->getDisplayName(), ref->position().toString (true)); | 
   435 				descr = format ("%1 %2, (", ref->fileInfo()->getDisplayName(), ref->position().toString (true)); | 
|    436  | 
   436  | 
|    437 				for (int i = 0; i < 9; ++i) | 
   437 				for (int i = 0; i < 9; ++i) | 
|    438 					descr += format ("%1%2", ref->transform()[i], (i != 8) ? " " : ""); | 
   438 					descr += format ("%1%2", ref->transformationMatrix()[i], (i != 8) ? " " : ""); | 
|    439  | 
   439  | 
|    440 				descr += ')'; | 
   440 				descr += ')'; | 
|    441 				break; | 
   441 				break; | 
|    442 			} | 
   442 			} | 
|    443  | 
   443  |