X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fcore%2FComment.hxx;fp=src%2Fcore%2FComment.hxx;h=98febe41392380150900cdbd4cfeed6e340022a8;hp=b07f13ae1a81c8310ae3ab93104ff933529d9f0c;hb=d1b23c7274d6430ccc70bf2baf616437db9f5706;hpb=1ef802ee9a14e6274b3e60db873965b794f49abe 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);