diff options
author | Jack Lloyd <[email protected]> | 2018-02-13 09:33:20 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-02-13 09:33:20 -0500 |
commit | 989ca96ca489a6367b659305d4932575800916f5 (patch) | |
tree | 0a5f0574c3fe455c7594b1786bb2b41b955d51f8 /src/lib/utils | |
parent | 68a3f15c94f158c7eec258709973cc338f873edc (diff) |
Of course they are public member variables, not functions ...
Diffstat (limited to 'src/lib/utils')
-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 7c8c45d5a..83759070b 100644 --- a/src/lib/utils/calendar.h +++ b/src/lib/utils/calendar.h @@ -65,7 +65,7 @@ class BOTAN_PUBLIC_API(2,0) calendar_point */ std::string to_string() const; - BOTAN_DEPRECATED_PUBLIC_MEMBER_FUNCTIONS: + BOTAN_DEPRECATED_PUBLIC_MEMBER_VARIABLES: /* The member variables are public for historical reasons. Use the get_xxx() functions defined above. These members will be made private in a future major release. |