]> git.tdb.fi Git - ext/subsurface.git/blobdiff - profile.c
Fix right click edit in Dive Notes area for multiple dives
[ext/subsurface.git] / profile.c
index 137ed6f88778c2dea942c2dd377b43dea11497d2..7a0eac4975ac9b6e4755e23236407c142f211b24 100644 (file)
--- a/profile.c
+++ b/profile.c
@@ -14,6 +14,7 @@
 #include "color.h"
 
 int selected_dive = 0;
+int *selectiontracker;
 
 typedef enum { STABLE, SLOW, MODERATE, FAST, CRAZY } velocity_t;