Forgot to not use auto()...

This commit is contained in:
Ian Rees
2016-02-12 22:47:20 +13:00
committed by wmayer
parent 50a928360f
commit 27d62f1947

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;