X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fgui%2FMainwindow.hxx;h=9e9a6ca0ba65b3df776521d23cda7b3733164ade;hp=3892ebd61ad29572a9517f9a421a9f0c35f12d8b;hb=ad0c8e3809d00c7fb458c6c0803e572c171a8c8f;hpb=ce2200d137c1877102e87e816e1aad04bf12034b 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;