Commit 980187f8 authored by Max Kellermann's avatar Max Kellermann

system/PeriodClock: make IsDefined() "constexpr"

parent 327a8e6c
...@@ -63,7 +63,7 @@ protected: ...@@ -63,7 +63,7 @@ protected:
} }
public: public:
bool IsDefined() const { constexpr bool IsDefined() const {
return last != 0; return last != 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment