From 0fa910c61fd4ffb4e4eb4b7c53f1e67da9ac0913 Mon Sep 17 00:00:00 2001 From: Mohammed Nafees Date: Wed, 2 Apr 2014 16:16:23 +0530 Subject: [PATCH] fix ubuntu build error --- interface/src/Application.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Application.h b/interface/src/Application.h index d6783fe78d..221a81478e 100644 --- a/interface/src/Application.h +++ b/interface/src/Application.h @@ -500,7 +500,7 @@ private: Overlays _overlays; - QPointer _runningScriptsWidget; + RunningScriptsWidget* _runningScriptsWidget; QHash _scriptEnginesHash; };