--- a/src/miscallenous.cc Wed Aug 06 16:18:24 2014 +0300 +++ b/src/miscallenous.cc Wed Aug 06 17:09:13 2014 +0300 @@ -27,7 +27,7 @@ #include "ui_rotpoint.h" // Prime number table. -const int PrimeNumbers[NUM_PRIMES] = +static const int PrimeNumbers[] = { 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71,