diff options
author | Jacek Antonelli | 2008-12-08 15:15:36 -0600 |
---|---|---|
committer | Jacek Antonelli | 2008-12-08 15:15:36 -0600 |
commit | 65c4afc07c28d0a36c9d89f1cd2a0697a5e3ba8c (patch) | |
tree | e4e7e498097e294bcda68b8860145c494d752507 /ChangeLog.txt | |
parent | LLInventoryView uses new inventory type. (diff) | |
download | meta-impy-65c4afc07c28d0a36c9d89f1cd2a0697a5e3ba8c.zip meta-impy-65c4afc07c28d0a36c9d89f1cd2a0697a5e3ba8c.tar.gz meta-impy-65c4afc07c28d0a36c9d89f1cd2a0697a5e3ba8c.tar.bz2 meta-impy-65c4afc07c28d0a36c9d89f1cd2a0697a5e3ba8c.tar.xz |
Added LLFolderViewEventListener::getNInventoryType()
Pure virtual method, overridden in derived classes.
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 35bbc9c..e529d9e 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,5 +1,10 @@ | |||
1 | 2008-12-08 Jacek Antonelli <jacek.antonelli@gmail.com> | 1 | 2008-12-08 Jacek Antonelli <jacek.antonelli@gmail.com> |
2 | 2 | ||
3 | * linden/indra/newview/llfolderview.h: | ||
4 | Added LLFolderViewEventListener::getNInventoryType() | ||
5 | Pure virtual method, overridden in derived classes. | ||
6 | |||
7 | |||
3 | * linden/indra/newview/llinventoryview.cpp: | 8 | * linden/indra/newview/llinventoryview.cpp: |
4 | LLInventoryView uses new inventory type. | 9 | LLInventoryView uses new inventory type. |
5 | 10 | ||