X-Git-Url: https://git.siccegge.de//index.cgi?a=blobdiff_plain;f=src%2Fcore%2FFunction.cxx;h=1560e2af98ec9aa04860afbf4a7938763ca31e52;hb=8a8a4cc33fa1b7ed7028c335156c05731f6ba2d1;hp=e31bce4a88481ea8952eb16dd384bf637cabfa92;hpb=546b89382dd61b664c216ad7668ec783f0ad094c;p=frida%2Ffrida.git diff --git a/src/core/Function.cxx b/src/core/Function.cxx index e31bce4..1560e2a 100644 --- a/src/core/Function.cxx +++ b/src/core/Function.cxx @@ -12,7 +12,7 @@ Function::Function(uint64_t start_address, bool dynamic, InformationManager* man void Function::setName(const std::string& new_name) { name = new_name; - RenameFunctionEvent event(new_name, start_address); + RenameFunctionEvent event(new_name, this, start_address); manager->dispatch(&event); }