aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelclassified.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llpanelclassified.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llpanelclassified.cpp b/linden/indra/newview/llpanelclassified.cpp
index e0f750f..04fb54b 100644
--- a/linden/indra/newview/llpanelclassified.cpp
+++ b/linden/indra/newview/llpanelclassified.cpp
@@ -66,7 +66,7 @@
66#include "llviewergenericmessage.h" // send_generic_message 66#include "llviewergenericmessage.h" // send_generic_message
67#include "llviewerregion.h" 67#include "llviewerregion.h"
68#include "llviewerwindow.h" // for window width, height 68#include "llviewerwindow.h" // for window width, height
69#include "viewer.h" // app_abort_quit() 69#include "llappviewer.h" // abortQuit()
70 70
71const S32 MINIMUM_PRICE_FOR_LISTING = 50; // L$ 71const S32 MINIMUM_PRICE_FOR_LISTING = 50; // L$
72 72
@@ -322,7 +322,7 @@ void LLPanelClassified::saveCallback(S32 option, void* data)
322 322
323 case 2: // Cancel 323 case 2: // Cancel
324 default: 324 default:
325 app_abort_quit(); 325 LLAppViewer::instance()->abortQuit();
326 break; 326 break;
327 } 327 }
328} 328}