aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorArmin Weatherwax2012-01-11 15:02:55 +0100
committerArmin Weatherwax2012-01-11 15:02:55 +0100
commit691ddf19bccdc221ad7e12e5399b0b52e13d14de (patch)
treea28e3dca32805be85ae88edfdaa958d01f22d355
parentNew inventory categrory capability code - needs testing. (diff)
downloadmeta-impy-691ddf19bccdc221ad7e12e5399b0b52e13d14de.zip
meta-impy-691ddf19bccdc221ad7e12e5399b0b52e13d14de.tar.gz
meta-impy-691ddf19bccdc221ad7e12e5399b0b52e13d14de.tar.bz2
meta-impy-691ddf19bccdc221ad7e12e5399b0b52e13d14de.tar.xz
Followup of the last commit (also Henri Beauchamp)
-rw-r--r--linden/indra/newview/llinventorybridge.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llinventorybridge.cpp b/linden/indra/newview/llinventorybridge.cpp
index bd08773..eb2170a 100644
--- a/linden/indra/newview/llinventorybridge.cpp
+++ b/linden/indra/newview/llinventorybridge.cpp
@@ -1615,7 +1615,7 @@ public:
1615 bool folder_added = false) 1615 bool folder_added = false)
1616 : mCatID(cat_id), 1616 : mCatID(cat_id),
1617 mContentsCount(count), 1617 mContentsCount(count),
1618 mFolderAdded(FALSE) {} 1618 mFolderAdded(folder_added) {}
1619 virtual ~LLInventoryCopyAndWearObserver() {} 1619 virtual ~LLInventoryCopyAndWearObserver() {}
1620 virtual void changed(U32 mask); 1620 virtual void changed(U32 mask);
1621 1621