X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fcore%2FBasicBlock.hxx;fp=src%2Fcore%2FBasicBlock.hxx;h=918f2730f9c2c6b3c27966803440b70e32bee4bd;hp=3f877879c95942f6defc15111a69938b02948969;hb=1ef802ee9a14e6274b3e60db873965b794f49abe;hpb=4443ad3e38327c776dcc68538591456d37c9ed6f diff --git a/src/core/BasicBlock.hxx b/src/core/BasicBlock.hxx index 3f87787..918f273 100644 --- a/src/core/BasicBlock.hxx +++ b/src/core/BasicBlock.hxx @@ -4,7 +4,7 @@ #include #include #include -#include +#include class Instruction; class Disassembler; @@ -36,7 +36,7 @@ public: return s.str(); } - std::list getInstructions() const; + std::vector getInstructions() const; void serialize(QXmlStreamWriter& stream); static BasicBlock* deserialize(QXmlStreamReader& stream, InformationManager* manager);