Merge branch 'master' into altosdroid
[fw/altos] / altoslib / AltosHeight.java
index da7ffdaebfc0a5968d007078f69f7e81f5e459ad..ed590812c5245b7076955b7e583d0337ffc47d4a 100644 (file)
@@ -15,7 +15,7 @@
  * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
  */
 
-package org.altusmetrum.AltosLib;
+package org.altusmetrum.altoslib_1;
 
 public class AltosHeight extends AltosUnits {
 
@@ -37,7 +37,7 @@ public class AltosHeight extends AltosUnits {
                return "meters";
        }
 
-       int show_fraction(int width) {
+       public int show_fraction(int width) {
                return width / 9;
        }
 }
\ No newline at end of file