summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterdestinations.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterdestinations.cpp')
-rw-r--r--indra/newview/llfloaterdestinations.cpp9
1 files changed, 2 insertions, 7 deletions
diff --git a/indra/newview/llfloaterdestinations.cpp b/indra/newview/llfloaterdestinations.cpp
index 81d7d0078b..fad9693e8f 100644
--- a/indra/newview/llfloaterdestinations.cpp
+++ b/indra/newview/llfloaterdestinations.cpp
@@ -25,11 +25,6 @@
* $/LicenseInfo$
*/
-/**
- * Floater that appears when buying an object, giving a preview
- * of its contents and their permissions.
- */
-
#include "llviewerprecompiledheaders.h"
#include "llfloaterdestinations.h"
@@ -45,10 +40,10 @@ LLFloaterDestinations::~LLFloaterDestinations()
{
}
-BOOL LLFloaterDestinations::postBuild()
+bool LLFloaterDestinations::postBuild()
{
enableResizeCtrls(true, true, false);
- return TRUE;
+ return true;
}