fixed memory editor writing

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@416 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
wj32
2008-12-25 01:13:21 +00:00
parent 178a01b000
commit bb161bcabc
5 changed files with 59 additions and 2 deletions
+3 -1
View File
@@ -25,6 +25,8 @@ namespace ProcessHacker.Structs
{
public class StructDef
{
public List<StructField> Fields { get; set; }
}
}