]> git.siccegge.de Git - frida/frida.git/blobdiff - src/core/Comment.hxx
Make GUI Widget move Comments through the backend properly
[frida/frida.git] / src / core / Comment.hxx
index 98febe41392380150900cdbd4cfeed6e340022a8..ca3e89cb6ab017ff327738f18ebc4e800e9f1392 100644 (file)
@@ -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: