summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.h
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2016-05-24 21:59:58 +0300
committerAndreyL ProductEngine <alihatskiy@productengine.com>2016-05-24 21:59:58 +0300
commit0318e3616702b19c088f4cd6138b768d45b7ef11 (patch)
tree10bd6bf23cce0dedc5040dedaaa450093a79a7d6 /indra/newview/llappviewer.h
parent357f6d04edb354f12ae052f35c65cfd87ba4cb2d (diff)
MAINT-6419 Simplified the version check + buildfix
Diffstat (limited to 'indra/newview/llappviewer.h')
-rw-r--r--indra/newview/llappviewer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.h b/indra/newview/llappviewer.h
index b5e674bd7b..07bef11dbc 100644
--- a/indra/newview/llappviewer.h
+++ b/indra/newview/llappviewer.h
@@ -254,6 +254,8 @@ private:
void sendLogoutRequest();
void disconnectViewer();
+
+ void showReleaseNotesIfRequired();
// *FIX: the app viewer class should be some sort of singleton, no?
// Perhaps its child class is the singleton and this should be an abstract base.