diff -r 2e7eedac380d -r e2a5dece221f QTfrontend/hwform.cpp --- a/QTfrontend/hwform.cpp Mon Dec 10 11:45:21 2012 +0400 +++ b/QTfrontend/hwform.cpp Mon Dec 10 12:06:02 2012 +0400 @@ -147,6 +147,7 @@ ui.pageOptions->setConfig(config); #endif +#ifdef __APPLE__ AutoUpdater* updater = NULL; if (config->isAutoUpdateEnabled()) { @@ -161,6 +162,7 @@ delete updater; } } +#endif #ifdef __APPLE__ panel = new M3Panel;