summaryrefslogtreecommitdiffstats
path: root/src/globals.h
diff options
context:
space:
mode:
authorSimon Rettberg2019-07-09 15:49:44 +0200
committerSimon Rettberg2019-07-09 15:49:44 +0200
commit7a8be902d21f5cf84ef74633a2dda910af3699a1 (patch)
treefd32c55e1ef76152159d4fed00f7992a15829aa1 /src/globals.h
parentRemove call to abort() causing Qt debug spam (diff)
downloadvmchooser2-7a8be902d21f5cf84ef74633a2dda910af3699a1.tar.gz
vmchooser2-7a8be902d21f5cf84ef74633a2dda910af3699a1.tar.xz
vmchooser2-7a8be902d21f5cf84ef74633a2dda910af3699a1.zip
Rewrite list/news/help download and backup file handling
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/globals.h b/src/globals.h
index 3b4f344..a95ca59 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -42,6 +42,6 @@ extern int g_forLocationHandling;
extern bool g_noVtx;
-bool myLessThan(Session* a, Session* b);
+bool sessionComparator(Session* a, Session* b);
#endif