src/gui_actions.cpp

changeset 504
6a1fa662bfc1
parent 498
791c831c8020
child 522
afa691788bdb
--- a/src/gui_actions.cpp	Wed Oct 16 16:40:42 2013 +0300
+++ b/src/gui_actions.cpp	Wed Oct 16 16:47:40 2013 +0300
@@ -362,7 +362,7 @@
 		return;
 	}
 
-	List<LDObject*> objs = loadFileContents (&f, null);
+	QList<LDObject*> objs = loadFileContents (&f, null);
 
 	g_win->sel().clear();
 

mercurial