Forgot to not use auto()...

This commit is contained in:
Ian Rees 2016-02-12 22:47:20 +13:00 committed by wmayer
parent dff7f7811f
commit d95bf4786d

View File

@ -719,7 +719,7 @@ void MDIViewPage::setRenderer(QAction *action)
} }
bool MDIViewPage::onMsg(const char *pMsg, const char **ppReturn) bool MDIViewPage::onMsg(const char *pMsg, const char **ppReturn)
{ {
auto doc(getGuiDocument()); Gui::Document *doc(getGuiDocument());
if (!doc) { if (!doc) {
return false; return false;