mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Tweaks
This commit is contained in:
@ -21,8 +21,8 @@
|
||||
#include "MeasureCalc.h"
|
||||
#include "Rainmeter.h"
|
||||
|
||||
#define DEFAULT_LOWER_BOUND 0
|
||||
#define DEFAULT_UPPER_BOUND 100
|
||||
const int DEFAULT_LOWER_BOUND = 0;
|
||||
const int DEFAULT_UPPER_BOUND = 100;
|
||||
|
||||
/*
|
||||
** The constructor
|
||||
|
Reference in New Issue
Block a user