applied changes proposed in 5122

This commit is contained in:
Alexey Ershov
2015-08-06 20:55:41 +03:00
parent 573858f134
commit c7f420ba75
2 changed files with 2 additions and 2 deletions

View File

@@ -329,7 +329,7 @@ public:
glXSwapBuffers(m_display, m_window);
#endif
print_info(mode, m_timer.time(Timer::UNITS::MSEC), m_oclDevName);
print_info(mode, m_timer.time(Timer::MSEC), m_oclDevName);
}