X-Git-Url: https://git.siccegge.de//index.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fgui%2FMainwindow.hxx;h=9e9a6ca0ba65b3df776521d23cda7b3733164ade;hb=ad0c8e3809d00c7fb458c6c0803e572c171a8c8f;hp=3892ebd61ad29572a9517f9a421a9f0c35f12d8b;hpb=f3a965524eae344fbd25ba486e9fa32e1262fcc4;p=frida%2Ffrida.git diff --git a/src/gui/Mainwindow.hxx b/src/gui/Mainwindow.hxx index 3892ebd..9e9a6ca 100644 --- a/src/gui/Mainwindow.hxx +++ b/src/gui/Mainwindow.hxx @@ -14,7 +14,7 @@ public: private: void openBinary(const std::string& filename); - void populateSymbolInformation(const std::string& sym); + void populateSymbolInformation(Function * fun); QTextEdit *textEdit; QPushButton *quitButton;