aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/calendar.h
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2020-11-08 03:58:51 -0500
committerJack Lloyd <[email protected]>2020-11-08 03:58:51 -0500
commitae8dd59c3d4ed5e4b0e0319b470d8b019102bf11 (patch)
treee93d941c761c437d843d0f5c5841d47eab135e63 /src/lib/utils/calendar.h
parentb129235796b4c78eb0c836512592147f46e318e9 (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.h2
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);
/**