--- a/src/partDownloader.cc Sun Jul 27 04:25:50 2014 +0300 +++ b/src/partDownloader.cc Sun Jul 27 04:35:00 2014 +0300 @@ -30,9 +30,9 @@ #include "glRenderer.h" #include "configDialog.h" -CFGENTRY (String, DownloadFilePath, ""); -CFGENTRY (Bool, GuessDownloadPaths, true); -CFGENTRY (Bool, AutoCloseDownloadDialog, true); +CFGENTRY (String, DownloadFilePath, "") +CFGENTRY (Bool, GuessDownloadPaths, true) +CFGENTRY (Bool, AutoCloseDownloadDialog, true) const QString g_unofficialLibraryURL ("http://ldraw.org/library/unofficial/");