Index: src/chext/TShellExtData.h =================================================================== diff -u -N -rb26ced3298e3e7e51d91f3ac70b56746786da83b -r0d5b67ee96b435d63f7bf075dc8e28603793b187 --- src/chext/TShellExtData.h (.../TShellExtData.h) (revision b26ced3298e3e7e51d91f3ac70b56746786da83b) +++ src/chext/TShellExtData.h (.../TShellExtData.h) (revision 0d5b67ee96b435d63f7bf075dc8e28603793b187) @@ -24,7 +24,7 @@ #define __TSHELLEXTDATA_H__ #include "../libchcore/TPath.h" -#include "../libchcore/EOperationTypes.h" +#include "../libchengine/EOperationTypes.h" #include "../libchcore/TPathContainer.h" class TShellMenuItem; @@ -86,7 +86,7 @@ bool GetSourcePathsByItem(const TShellMenuItemPtr& spMenuItem, chcore::TPathContainer& tSourcePaths) const; bool GetDestinationPathByItem(const TShellMenuItemPtr& spMenuItem, chcore::TSmartPath& tDestinationPath) const; - bool GetOperationTypeByItem(const TShellMenuItemPtr& spMenuItem, chcore::EOperationType& eOperationType) const; + bool GetOperationTypeByItem(const TShellMenuItemPtr& spMenuItem, chengine::EOperationType& eOperationType) const; EActionSource GetActionSource() const;