Migrated baser LLStat* classes and their LLContainerView dependency to llui library and renamed LLScrollableContainerView to LLScrollContainer
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
#include "llinventory.h"
|
||||
|
||||
class LLScrollableContainerView;
|
||||
class LLScrollContainer;
|
||||
class LLFolderView;
|
||||
class LLFolderViewFolder;
|
||||
class LLViewerObject;
|
||||
@@ -81,7 +81,7 @@ protected:
|
||||
void clearContents();
|
||||
|
||||
private:
|
||||
LLScrollableContainerView* mScroller;
|
||||
LLScrollContainer* mScroller;
|
||||
LLFolderView* mFolders;
|
||||
|
||||
LLUUID mTaskUUID;
|
||||
|
||||
Reference in New Issue
Block a user