Skip to content

Commit

Permalink
Label type for TextButton getLabelCell.
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanSweet committed Sep 13, 2016
1 parent 32006f6 commit b04b4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdx/src/com/badlogic/gdx/scenes/scene2d/ui/TextButton.java
Expand Up @@ -87,7 +87,7 @@ public Label getLabel () {
return label;
}

public Cell getLabelCell () {
public Cell<Label> getLabelCell () {
return getCell(label);
}

Expand Down

0 comments on commit b04b4c7

Please sign in to comment.