aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterpostcard.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloaterpostcard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterpostcard.cpp b/linden/indra/newview/llfloaterpostcard.cpp
index 82bab03..24344bf 100644
--- a/linden/indra/newview/llfloaterpostcard.cpp
+++ b/linden/indra/newview/llfloaterpostcard.cpp
@@ -223,7 +223,7 @@ void LLFloaterPostcard::onClickCancel(void* data)
223 { 223 {
224 LLFloaterPostcard *self = (LLFloaterPostcard *)data; 224 LLFloaterPostcard *self = (LLFloaterPostcard *)data;
225 225
226 self->onClose(false); 226 self->close(false);
227 } 227 }
228} 228}
229 229