summaryrefslogtreecommitdiff
path: root/plugins/IEHistory
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/IEHistory')
-rw-r--r--plugins/IEHistory/src/stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/IEHistory/src/stdafx.h b/plugins/IEHistory/src/stdafx.h
index 5dc6758e3a..d0d04d4175 100644
--- a/plugins/IEHistory/src/stdafx.h
+++ b/plugins/IEHistory/src/stdafx.h
@@ -58,7 +58,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
struct CMPlugin : public PLUGIN<CMPlugin>
{
- CMOption<BYTE> bEnableRtl, bShowLastFirst, bUseWorker;
+ CMOption<uint8_t> bEnableRtl, bShowLastFirst, bUseWorker;
CMOption<DWORD> iLoadCount;
CMPlugin();