mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Fix cppcheck reported issues (#333)
Fixes: https://github.com/microsoft/PowerToys/issues/266
This commit is contained in:
committed by
GitHub
parent
12cd7bb49f
commit
8ac6db8b5a
@@ -25,7 +25,7 @@ public:
|
||||
double value(AnimFunctions apply_function) const;
|
||||
bool done() const;
|
||||
private:
|
||||
double apply_animation_function(double t, AnimFunctions apply_function) const;
|
||||
static double apply_animation_function(double t, AnimFunctions apply_function);
|
||||
std::chrono::high_resolution_clock::time_point start;
|
||||
double start_value, end_value, duration;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user