Skip to content

Commit 45354a8

Browse files
Use int64_t for signal time.
1 parent 8ba236f commit 45354a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/dynamic-graph/fwd.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
namespace dynamicgraph {
1111
// Set a typedef for signal time type
12-
typedef int sigtime_t;
12+
typedef int64_t sigtime_t;
1313

1414
// to be replace by std:: when we switch to C++11 and later
1515
using boost::const_pointer_cast;

0 commit comments

Comments
 (0)