Skip to content

Commit c56e9b5

Browse files
committed
bugfix #208
1 parent dac0f74 commit c56e9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/openScenarioLib/src/common/DateTime.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace NET_ASAM_OPENSCENARIO
3838
OPENSCENARIOLIB_EXP bool operator!= (const DateTime& other) const;
3939
OPENSCENARIOLIB_EXP bool operator> (const DateTime& other) const;
4040
OPENSCENARIOLIB_EXP bool operator>= (const DateTime& other) const;
41-
static long long GetSeconds(const DateTime& dateTime);
41+
OPENSCENARIOLIB_EXP static long long GetSeconds(const DateTime& dateTime);
4242
OPENSCENARIOLIB_EXP bool operator< (const DateTime& other) const;
4343
OPENSCENARIOLIB_EXP bool operator<= (const DateTime& other) const;
4444

0 commit comments

Comments
 (0)