mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 07:14:56 -06:00
4.59 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
3901bf0ab8
commit
173c07e166
@@ -9,7 +9,9 @@
|
||||
|
||||
#include "FSFolder.h"
|
||||
|
||||
class CRootFolder:
|
||||
const int kNumRootFolderItems = 3;
|
||||
|
||||
class CRootFolder:
|
||||
public IFolderFolder,
|
||||
public IFolderGetSystemIconIndex,
|
||||
public CMyUnknownImp
|
||||
@@ -25,8 +27,8 @@ public:
|
||||
|
||||
void Init();
|
||||
private:
|
||||
UString _computerName;
|
||||
UString _networkName;
|
||||
UString _names[kNumRootFolderItems];
|
||||
int _iconIndices[kNumRootFolderItems];
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user