diff --git a/src/viewer/svpaint.cpp b/src/viewer/svpaint.cpp index 5ae6ea8416..515ebf990d 100644 --- a/src/viewer/svpaint.cpp +++ b/src/viewer/svpaint.cpp @@ -32,7 +32,7 @@ #include // The current color values we use, initially white (== ScrollView::WHITE). -int rgb[3] = { 255, 255, 255 }; +static int rgb[3] = { 255, 255, 255 }; class SVPaint : public SVEventHandler { public: