summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-01-31 11:47:55 -0500
committerColin Walters <walters@verbum.org>2013-01-31 12:02:20 -0500
commit4c1d57fb402fad62e76ea6f0084e10470db4056d (patch)
tree8876774f25f955b9a54530d508c8bd07a8cfa986
parentaf8b21374e43454a83ca166232e243950b4d4aac (diff)
downloadatk-4c1d57fb402fad62e76ea6f0084e10470db4056d.tar.gz
atkhyperlink: Ensure we get even deprecated prototypes
Otherwise we get a compiler warning because the implementation of atk_hyperlink_is_selected_link isn't seeing the prototype.
-rwxr-xr-xatk/atkhyperlink.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/atk/atkhyperlink.c b/atk/atkhyperlink.c
index 69a971d..6ae605c 100755
--- a/atk/atkhyperlink.c
+++ b/atk/atkhyperlink.c
@@ -17,6 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
+#undef ATK_DISABLE_DEPRECATED
#include "atkhyperlink.h"
#include "atkintl.h"