Skip to content

Commit

Permalink
T_UNION
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-medeiros committed Dec 24, 2016
1 parent 471c4ec commit c278f80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public interface LangElementImages {
ImageHandle T_NATIVE = LangImages.createManaged(CAT_LANG_OBJ, "t_native.png");
ImageHandle T_STRUCT = LangImages.createManaged(CAT_LANG_OBJ, "t_struct.png");
ImageHandle T_TYPE = LangImages.createManaged(CAT_LANG_OBJ, "t_type.png");
// ImageHandle T_UNION = LangImages.createManaged(CAT_LANG_OBJ, "t_union.gif");
ImageHandle T_UNION = LangImages.createManaged(CAT_LANG_OBJ, "t_union.png");

ImageHandle UNKNOWN = LangImages.createManaged(CAT_LANG_OBJ, "unknown.png");

Expand Down

0 comments on commit c278f80

Please sign in to comment.