summaryrefslogtreecommitdiffstats
path: root/src/globals.cpp
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.cpp
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.cpp')
-rw-r--r--src/globals.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/globals.cpp b/src/globals.cpp
index 7780e8a..a20f52c 100644
--- a/src/globals.cpp
+++ b/src/globals.cpp
@@ -21,6 +21,6 @@ int g_forLocationHandling = LOCATION_BUMP;
bool g_noVtx = false;
-bool myLessThan(Session* a, Session* b) {
+bool sessionComparator(Session* a, Session* b) {
return *a < *b;
}