src/miscallenous.cc

changeset 862
a9aced38b8ba
parent 861
83426c5fa732
child 872
977099f224d0
--- 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,

mercurial