]> git.siccegge.de Git - frida/frida.git/blobdiff - src/core/Function.hxx
Properly rename function
[frida/frida.git] / src / core / Function.hxx
index f4fa90e1e429eeaf9928896b454906226ce3e223..39d3f51b47cc39aab43c453f0cf3edc4b598b55f 100644 (file)
@@ -18,9 +18,10 @@ public:
                return start_address;
        }
 
-       std::string getName() const {
-               return name;
-       }
+       std::string getName() const
+               { return name; }
+       void setName(const std::string& new_name)
+               { name = new_name; }
 
        InformationManager* getManager() const {
                return manager;