Skip to content

Commit

Permalink
compilation fix attempt on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
SayakaIsBaka committed Mar 8, 2024
1 parent d114664 commit 8a52577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sayaslicer/history.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class HistoryItem {
public:
SlicerSettings item;
std::chrono::steady_clock::time_point timestamp;
std::chrono::high_resolution_clock::time_point timestamp;

HistoryItem(SlicerSettings item) {
this->item = item;
Expand Down

0 comments on commit 8a52577

Please sign in to comment.