mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue