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 warnings_given = 8 ///< Set if a warning for this rule has been given before
}; };
private: private:
friend struct ActionPool; friend class ActionPool;
uint4 flags; ///< Properties enabled with \b this Rule uint4 flags; ///< Properties enabled with \b this Rule
uint4 breakpoint; ///< Breakpoint(s) enabled for \b this Rule uint4 breakpoint; ///< Breakpoint(s) enabled for \b this Rule
string name; ///< Name of the Rule string name; ///< Name of the Rule

View file

@ -37,7 +37,7 @@ enum spacetype {
class AddrSpace; class AddrSpace;
class AddrSpaceManager; class AddrSpaceManager;
class VarnodeData; struct VarnodeData;
class Translate; class Translate;
/// \brief A region where processor data is stored /// \brief A region where processor data is stored