Skip to content
Permalink
Browse files
Fix compiler warnings
  • Loading branch information
nyalldawson committed Dec 30, 2013
1 parent c3ec3b2 commit f73779a
Showing 1 changed file with 2 additions and 2 deletions.
@@ -7,8 +7,8 @@
#include <cmath>

const int RULER_FONT_SIZE = 8;
const int COUNT_VALID_MULTIPLES = 3;
const int COUNT_VALID_MAGNITUDES = 5;
const unsigned int COUNT_VALID_MULTIPLES = 3;
const unsigned int COUNT_VALID_MAGNITUDES = 5;
const int QgsComposerRuler::validScaleMultiples[] = {1, 2, 5};
const int QgsComposerRuler::validScaleMagnitudes[] = {1, 10, 100, 1000, 10000};

0 comments on commit f73779a

Please sign in to comment.