diff options
author | Jack Lloyd <[email protected]> | 2020-11-08 03:58:51 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-11-08 03:58:51 -0500 |
commit | ae8dd59c3d4ed5e4b0e0319b470d8b019102bf11 (patch) | |
tree | e93d941c761c437d843d0f5c5841d47eab135e63 /src/lib/utils/calendar.h | |
parent | b129235796b4c78eb0c836512592147f46e318e9 (diff) |
Use symbol visibility for static function
Possible fix for #2465
Diffstat (limited to 'src/lib/utils/calendar.h')
-rw-r--r-- | src/lib/utils/calendar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/utils/calendar.h b/src/lib/utils/calendar.h index ff6767986..5c4d4fe43 100644 --- a/src/lib/utils/calendar.h +++ b/src/lib/utils/calendar.h @@ -59,7 +59,7 @@ class BOTAN_TEST_API calendar_point * @param time_point a time point from the system clock * @return calendar_point object representing this time point */ - static calendar_point from_time_point( + static BOTAN_TEST_API calendar_point from_time_point( const std::chrono::system_clock::time_point& time_point); /** |