src/ldrawPathDialog.cpp

changeset 185
6fea53f1ffc2
parent 183
f1b8cb53d2a2
child 198
f246725199dc
--- a/src/ldrawPathDialog.cpp	Wed May 08 15:30:19 2013 +0300
+++ b/src/ldrawPathDialog.cpp	Thu May 09 02:28:39 2013 +0300
@@ -30,7 +30,7 @@
 LDrawPathDialog::LDrawPathDialog (const bool validDefault, QWidget* parent, Qt::WindowFlags f)
 	: QDialog (parent, f), m_validDefault (validDefault)
 {
-	QLabel* lb_description;
+	QLabel* lb_description = null;
 	lb_resolution = new QLabel ("---");
 	
 	if (validDefault == false)

mercurial