mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
Fix Forward Declarations for ActionPool and VarnodeData
This commit is contained in:
parent
6e8c48f180
commit
429bc9dad0
2 changed files with 2 additions and 2 deletions
|
@ -199,7 +199,7 @@ public:
|
|||
warnings_given = 8 ///< Set if a warning for this rule has been given before
|
||||
};
|
||||
private:
|
||||
friend struct ActionPool;
|
||||
friend class ActionPool;
|
||||
uint4 flags; ///< Properties enabled with \b this Rule
|
||||
uint4 breakpoint; ///< Breakpoint(s) enabled for \b this Rule
|
||||
string name; ///< Name of the Rule
|
||||
|
|
|
@ -37,7 +37,7 @@ enum spacetype {
|
|||
|
||||
class AddrSpace;
|
||||
class AddrSpaceManager;
|
||||
class VarnodeData;
|
||||
struct VarnodeData;
|
||||
class Translate;
|
||||
|
||||
/// \brief A region where processor data is stored
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue