projects
/
frida
/
frida.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a19eaf
)
Properly add StreamReader class
author
Christoph Egger
<Christoph.Egger@fau.de>
Thu, 26 Mar 2015 13:57:52 +0000
(14:57 +0100)
committer
Christoph Egger
<Christoph.Egger@fau.de>
Thu, 26 Mar 2015 13:57:52 +0000
(14:57 +0100)
It already comes in via the inclusion of BasicBlock but Function needs
it on it's own
src/core/Function.hxx
patch
|
blob
|
history
diff --git
a/src/core/Function.hxx
b/src/core/Function.hxx
index ab8c0c9193c937c2e3d83501d5daa38555b97d06..98417de2a7639d05b76a2a49a49f91946d0137c3 100644
(file)
--- a/
src/core/Function.hxx
+++ b/
src/core/Function.hxx
@@
-6,6
+6,7
@@
class InformationManager;
class QXmlStreamWriter;
+class QXmlStreamReader;
class Function {
public: