summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/ScriptC_Allapps.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/launcher2/ScriptC_Allapps.java')
-rw-r--r--src/com/android/launcher2/ScriptC_Allapps.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/com/android/launcher2/ScriptC_Allapps.java b/src/com/android/launcher2/ScriptC_Allapps.java
index aeb1c2650..cc1bb49fd 100644
--- a/src/com/android/launcher2/ScriptC_Allapps.java
+++ b/src/com/android/launcher2/ScriptC_Allapps.java
@@ -170,13 +170,13 @@ public class ScriptC_Allapps extends ScriptC {
}
private final static int mExportVarIdx_gSMCell = 13;
- private SimpleMesh mExportVar_gSMCell;
- public void set_gSMCell(SimpleMesh v) {
+ private Mesh mExportVar_gSMCell;
+ public void set_gSMCell(Mesh v) {
mExportVar_gSMCell = v;
setVar(mExportVarIdx_gSMCell, (v == null) ? 0 : v.getID());
}
- public SimpleMesh get_gSMCell() {
+ public Mesh get_gSMCell() {
return mExportVar_gSMCell;
}