Use 'mb_' prefix on instances of MemBuffer
modified: pefile.cpp modified: pefile.h
This commit is contained in:
committed by
Markus F.X.J. Oberhumer
parent
249431f45f
commit
bb1df15958
+1
-1
@@ -350,7 +350,7 @@ protected:
|
||||
struct upx_rbranch;
|
||||
struct upx_rleaf;
|
||||
|
||||
MemBuffer mem;
|
||||
MemBuffer mb_start;
|
||||
const upx_byte *start;
|
||||
upx_byte *newstart;
|
||||
upx_rnode *root;
|
||||
|
||||
Reference in New Issue
Block a user