Use 'mb_' prefix on instances of MemBuffer

modified:   pefile.cpp
	modified:   pefile.h
This commit is contained in:
John Reiser
2020-12-05 13:53:14 -08:00
committed by Markus F.X.J. Oberhumer
parent 249431f45f
commit bb1df15958
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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;