summaryrefslogtreecommitdiff
path: root/plugins/IEView/src/TextToken.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/IEView/src/TextToken.h')
-rw-r--r--plugins/IEView/src/TextToken.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/IEView/src/TextToken.h b/plugins/IEView/src/TextToken.h
index 4d1fa10e38..b893cd8368 100644
--- a/plugins/IEView/src/TextToken.h
+++ b/plugins/IEView/src/TextToken.h
@@ -27,7 +27,7 @@ private:
int type;
bool end = false;
int tag = 0;
- DWORD value = 0;
+ uint32_t value = 0;
wchar_t *wtext;
char *text;
wchar_t *wlink = nullptr;