Forgot to not use auto()...

This commit is contained in:
Ian Rees
2016-07-11 15:32:16 +02:00
committed by wmayer
parent dff7f7811f
commit d95bf4786d
+1 -1
View File
@@ -719,7 +719,7 @@ void MDIViewPage::setRenderer(QAction *action)
}
bool MDIViewPage::onMsg(const char *pMsg, const char **ppReturn)
{
auto doc(getGuiDocument());
Gui::Document *doc(getGuiDocument());
if (!doc) {
return false;