summaryrefslogtreecommitdiffstats
path: root/display-gtk.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-04-07 09:08:49 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-04-07 09:08:49 -0700
commit387dbe510f14ac5590075544431bbedf1e44fb2f (patch)
treea20b4b7fd4686e5bdb060d015580ea70fa31478c /display-gtk.h
parenteba62d3cf138854625ec95b75bdd55a35e5217a0 (diff)
parent07c08eafac3eccc9b7360011fd9a19904160351c (diff)
downloadsubsurface-387dbe510f14ac5590075544431bbedf1e44fb2f.tar.gz
Merge branch 'cleanup-from-Qt-branch' of github.com:henrik242/subsurface
Diffstat (limited to 'display-gtk.h')
-rw-r--r--display-gtk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/display-gtk.h b/display-gtk.h
index 7c1bcad4a..365e192e5 100644
--- a/display-gtk.h
+++ b/display-gtk.h
@@ -77,7 +77,7 @@ extern GtkWidget *create_label(const char *fmt, ...);
extern gboolean icon_click_cb(GtkWidget *w, GdkEventButton *event, gpointer data);
-unsigned int amount_selected;
+extern unsigned int amount_selected;
extern void process_selected_dives(void);