X-Git-Url: http://deadsoftware.ru/gitweb?p=odcread.git;a=blobdiff_plain;f=alien.h;h=0c4b51dd4e810eb0c52b175a26469cb0e146c999;hp=40ef09ab838b9c21b5860549acfddedd9e680b3a;hb=32b22b42cd974e98e8a56f5ac39a51c8990ef57c;hpb=d1698791effc588bc36cf85a28b5131e25ba5a49 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();