summaryrefslogtreecommitdiffstats
path: root/tests/smf_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/smf_test.cpp')
-rw-r--r--tests/smf_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/smf_test.cpp b/tests/smf_test.cpp
index a123a61..3ac0894 100644
--- a/tests/smf_test.cpp
+++ b/tests/smf_test.cpp
@@ -44,7 +44,7 @@ main(int argc, char** argv)
unsigned char buf[4];
uint32_t ev_size;
- TimeStamp ev_delta_time(reader.unit());
+ uint32_t ev_delta_time;
while (reader.read_event(4, buf, &ev_size, &ev_delta_time) >= 0) {
cout << "Event, size = " << ev_size << ", time = " << ev_delta_time;