summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/nexscope/nex.h
diff options
context:
space:
mode:
Diffstat (limited to 'noatun-plugins/nexscope/nex.h')
-rw-r--r--noatun-plugins/nexscope/nex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun-plugins/nexscope/nex.h b/noatun-plugins/nexscope/nex.h
index a97ae7f..55cb888 100644
--- a/noatun-plugins/nexscope/nex.h
+++ b/noatun-plugins/nexscope/nex.h
@@ -98,7 +98,7 @@ public:
inline void drawVerticalLine(int x, int yBottom, int yTop, Pixel c)
{
- register int w=width;
+ int w=width;
Pixel *d=mData+x+yTop*w;
yBottom-=yTop;
do