mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Merge remote-tracking branch 'origin/PR-966_thestr4ng3r_forward-decl'
This commit is contained in:
commit
b18cf34065
2 changed files with 2 additions and 2 deletions
|
@ -201,7 +201,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