Skip to content
Snippets Groups Projects
Commit 3f7e0364 authored by Stephen Kelly's avatar Stephen Kelly
Browse files

Export deprecated free methods too.

That way they can be linked to even after being deprecated.
parent 7fa55923
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ public:
LIBSHARED_AND_STATIC_EXPORT int libshared_and_static_exported();
LIBSHARED_AND_STATIC_DEPRECATED int libshared_and_static_deprecated();
LIBSHARED_AND_STATIC_DEPRECATED_EXPORT int libshared_and_static_deprecated();
int libshared_and_static_not_exported();
......
......@@ -45,7 +45,7 @@ public:
LIBSTATIC_EXPORT int libstatic_exported();
LIBSTATIC_DEPRECATED int libstatic_deprecated();
LIBSTATIC_DEPRECATED_EXPORT int libstatic_deprecated();
int libstatic_not_exported();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment