mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +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
|
@ -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