From 474d667f27fb0273fdb6ddfea80f5bbe0263d6f4 Mon Sep 17 00:00:00 2001 From: samcake Date: Tue, 19 Apr 2016 11:03:35 -0700 Subject: [PATCH] One more uneeded change --- libraries/shared/src/PerfStat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/shared/src/PerfStat.h b/libraries/shared/src/PerfStat.h index 622eb1cd84..5a66990b16 100644 --- a/libraries/shared/src/PerfStat.h +++ b/libraries/shared/src/PerfStat.h @@ -78,6 +78,7 @@ public: PerformanceTimer(const QString& name); ~PerformanceTimer(); + static bool isActive(); static void setActive(bool active);