Skip to content

Commit ba5832b

Browse files
author
mdaigle
committed
Fixing windows compile error in Datum
1 parent d985ba4 commit ba5832b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/inc/Datum.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ namespace PCOE {
120120
}
121121

122122
template <class T>
123-
void Datum<T>::setTime(Datum::time_point lastUpdateIn) {
123+
void Datum<T>::setTime(std::chrono::time_point<clock> lastUpdateIn) {
124124
lastUpdated = lastUpdateIn;
125125
}
126126
}

0 commit comments

Comments
 (0)