summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/gtk/gtksalmenu.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-11-15 21:41:38 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-11-15 21:41:38 +0200
commit2bcae2745eac9a66913152fd1cda27aaf094624d (patch)
tree5f9999b11667eef5ec7935c529c98260a37597a7 /vcl/inc/unx/gtk/gtksalmenu.hxx
parent07b6dc8610785026860f6dfcf6aab1c4ad1f45f2 (diff)
There is no GLIB_AVAILABLE_IN_2_28 in GLib 2.28
Change-Id: Ief126965cf02283cdb7b5f65ccf9fca28b4f9a40
Diffstat (limited to 'vcl/inc/unx/gtk/gtksalmenu.hxx')
-rw-r--r--vcl/inc/unx/gtk/gtksalmenu.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/gtk/gtksalmenu.hxx b/vcl/inc/unx/gtk/gtksalmenu.hxx
index 822d3a1ec687..a5c9973b5459 100644
--- a/vcl/inc/unx/gtk/gtksalmenu.hxx
+++ b/vcl/inc/unx/gtk/gtksalmenu.hxx
@@ -26,7 +26,7 @@
# ifndef GLIB_AVAILABLE_IN_2_32
typedef void GMenuModel;
# endif
-# ifndef GLIB_AVAILABLE_IN_2_28
+# if !GLIB_CHECK_VERSION(2,28,0)
typedef void GActionGroup;
# endif
#endif