aboutsummaryrefslogtreecommitdiff
path: root/UnitTesting
diff options
context:
space:
mode:
Diffstat (limited to 'UnitTesting')
-rw-r--r--UnitTesting/GTMTestTimer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/UnitTesting/GTMTestTimer.h b/UnitTesting/GTMTestTimer.h
index 1b5b9dc..465f89f 100644
--- a/UnitTesting/GTMTestTimer.h
+++ b/UnitTesting/GTMTestTimer.h
@@ -26,7 +26,7 @@
// Test Timers are not thread safe. Test Timers do NOT check their arguments
// for NULL. You will crash if you pass a NULL argument in.
-typedef struct {
+typedef struct GTMTestTimer {
mach_timebase_info_data_t time_base_info_;
bool running_;
uint64_t start_;