Forgot to not use auto()...
This commit is contained in:
parent
dff7f7811f
commit
d95bf4786d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user