4.24 beta

This commit is contained in:
Igor Pavlov
2005-07-05 00:00:00 +00:00
committed by Kornel Lesiński
parent ac2b563958
commit 47f4915611
66 changed files with 757 additions and 366 deletions

View File

@@ -3,8 +3,6 @@
#ifndef __AGENT_AGENT_H
#define __AGENT_AGENT_H
#include <vector>
#include "Common/MyCom.h"
#include "Windows/PropVariant.h"
@@ -260,7 +258,7 @@ public:
#ifndef EXTRACT_ONLY
CObjectVector<UString> m_PropNames;
std::vector<NWindows::NCOM::CPropVariant> m_PropValues;
CObjectVector<NWindows::NCOM::CPropVariant> m_PropValues;
#endif
IInArchive *GetArchive() { return _archiveLink.GetArchive(); }