X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fcore%2FComment.hxx;h=ca3e89cb6ab017ff327738f18ebc4e800e9f1392;hp=98febe41392380150900cdbd4cfeed6e340022a8;hb=9fd091260777a95432902173a35e15a475f6f9f9;hpb=aee81ec403637676282822ff680bce9fde998b9f diff --git a/src/core/Comment.hxx b/src/core/Comment.hxx index 98febe4..ca3e89c 100644 --- a/src/core/Comment.hxx +++ b/src/core/Comment.hxx @@ -11,6 +11,7 @@ public: bool isLocal() const {return location == NULL;} void setText(const std::string& text); + std::string getText() const {return text;} uint64_t getAddress(); Function* getLocation(); private: