altosdroid: TabMap needs to expose () constructor
authorKeith Packard <keithp@keithp.com>
Sun, 16 Nov 2014 06:49:06 +0000 (22:49 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 16 Nov 2014 06:49:06 +0000 (22:49 -0800)
Otherwise we get an exception at startup time for some reason.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosdroid/src/org/altusmetrum/AltosDroid/TabMap.java

index ab338ac26284cc45370a291d1edd99999435dee0..5cbd7469afd90fd5d530425f3fcaaee6dee27fb6 100644 (file)
@@ -198,4 +198,7 @@ public class TabMap extends AltosDroidTab {
                }
 
        }
+
+       public TabMap() {
+       }
 }