1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-24 10:05:52 +00:00

Another attempt to fix build on Linux (due to ab00f501f1)

This commit is contained in:
Enrico Turri
2019-11-25 12:45:49 +01:00
parent eee65749d9
commit df3e47e093
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ class Mouse3DController
std::string m_device_str;
bool m_running;
bool m_settings_dialog;
std::chrono::time_point<std::chrono::steady_clock> m_last_time;
std::chrono::time_point<std::chrono::high_resolution_clock> m_last_time;
public:
Mouse3DController();