X-Git-Url: https://git.siccegge.de//index.cgi?a=blobdiff_plain;f=src%2Fcore%2FComment.hxx;h=98febe41392380150900cdbd4cfeed6e340022a8;hb=aee81ec403637676282822ff680bce9fde998b9f;hp=b07f13ae1a81c8310ae3ab93104ff933529d9f0c;hpb=546b89382dd61b664c216ad7668ec783f0ad094c;p=frida%2Ffrida.git diff --git a/src/core/Comment.hxx b/src/core/Comment.hxx index b07f13a..98febe4 100644 --- a/src/core/Comment.hxx +++ b/src/core/Comment.hxx @@ -12,6 +12,7 @@ public: void setText(const std::string& text); uint64_t getAddress(); + Function* getLocation(); private: Comment(uint64_t address, InformationManager* manager); Comment(uint64_t address, Function* location, InformationManager* manager);