X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=alien.h;h=0c4b51dd4e810eb0c52b175a26469cb0e146c999;hb=63b438eb6e7c0e06bf37614c5de3c03f25301af5;hp=40ef09ab838b9c21b5860549acfddedd9e680b3a;hpb=121a58d72f3b5e537007072f93397f6e6661fb90;p=odcread.git diff --git a/alien.h b/alien.h index 40ef09a..0c4b51d 100644 --- a/alien.h +++ b/alien.h @@ -5,6 +5,7 @@ #include #include #include +#include namespace odc { @@ -39,12 +40,12 @@ struct AlienPart : public AlienComponent { }; class Alien : public Store { - SHORTCHAR **d_path; + const TypePath d_path; std::vector d_comps; public: - Alien(INTEGER id, SHORTCHAR **path); + Alien(INTEGER id, const TypePath &path); std::vector & getComponents();