summaryrefslogtreecommitdiff
path: root/indra/llwindow/llwindow.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2021-09-29 16:50:57 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2021-09-29 16:50:57 +0100
commit19154bec157a4e05c8b988531e84095a8124d3ec (patch)
treef09c2641c65ef410117eb2344ce3454154630080 /indra/llwindow/llwindow.cpp
parent3c4198e4b50de0221020f3b5bbf7d3f7ff7cf984 (diff)
parent391500b5f7f2fb251acdd192d80e1da7eea02c4c (diff)
Merge branch 'SL-15999' of ssh://bitbucket.org/lindenlab/viewer into SL-15999
Diffstat (limited to 'indra/llwindow/llwindow.cpp')
-rw-r--r--indra/llwindow/llwindow.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/llwindow/llwindow.cpp b/indra/llwindow/llwindow.cpp
index 30bc743e72..67ef98d7b3 100644
--- a/indra/llwindow/llwindow.cpp
+++ b/indra/llwindow/llwindow.cpp
@@ -137,6 +137,12 @@ BOOL LLWindow::canDelete()
return TRUE;
}
+//virtual
+void LLWindow::setTitle(const std::string title)
+{
+ // the action happens in the platform specific impl
+}
+
// virtual
void LLWindow::incBusyCount()
{