Got rid of (most of) all of the warnings.

This commit is contained in:
2019-05-30 11:26:13 +02:00
parent 711d028e90
commit 0d3896ca0d
9 changed files with 8 additions and 9 deletions

View File

@ -7,7 +7,7 @@
class CycleEffect : public Effect {
private:
Effect* effect;
long effectSince = 0;
unsigned long effectSince = 0;
public:
void changeEffect();