We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac0f74 commit c56e9b5Copy full SHA for c56e9b5
cpp/openScenarioLib/src/common/DateTime.h
@@ -38,7 +38,7 @@ namespace NET_ASAM_OPENSCENARIO
38
OPENSCENARIOLIB_EXP bool operator!= (const DateTime& other) const;
39
OPENSCENARIOLIB_EXP bool operator> (const DateTime& other) const;
40
OPENSCENARIOLIB_EXP bool operator>= (const DateTime& other) const;
41
- static long long GetSeconds(const DateTime& dateTime);
+ OPENSCENARIOLIB_EXP static long long GetSeconds(const DateTime& dateTime);
42
OPENSCENARIOLIB_EXP bool operator< (const DateTime& other) const;
43
OPENSCENARIOLIB_EXP bool operator<= (const DateTime& other) const;
44
0 commit comments