Merge remote-tracking branch 'origin/PR-966_thestr4ng3r_forward-decl'

This commit is contained in:
ghidra1 2020-07-31 09:50:13 -04:00
commit b18cf34065
2 changed files with 2 additions and 2 deletions

View file

@ -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