From 050dad0ce35207a4ac1562175e853590ad9b7681 Mon Sep 17 00:00:00 2001 From: Steven Bennetts Date: Wed, 7 Nov 2007 22:55:27 +0000 Subject: merge svn+ssh://steve@svn/svn/linden/branches/viewer-cleanup-3 -r 73026:73079 --- indra/newview/llagentpilot.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indra/newview/llagentpilot.cpp') diff --git a/indra/newview/llagentpilot.cpp b/indra/newview/llagentpilot.cpp index 9637c54a6d..f0bd452109 100644 --- a/indra/newview/llagentpilot.cpp +++ b/indra/newview/llagentpilot.cpp @@ -38,7 +38,7 @@ #include "llagentpilot.h" #include "llagent.h" #include "llframestats.h" -#include "viewer.h" +#include "llappviewer.h" #include "llviewercontrol.h" LLAgentPilot gAgentPilot; @@ -221,7 +221,7 @@ void LLAgentPilot::updateTarget() else if (mQuitAfterRuns) { llinfos << "Done with all runs, quitting viewer!" << llendl; - app_force_quit(NULL); + LLAppViewer::instance()->forceQuit(); } else { -- cgit v1.2.3