Skip to content

Commit

Permalink
Added remaining missing ImVector constructors
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan63 committed Jan 28, 2018
1 parent c98fb83 commit ea4dbf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion imgui/font/ImFontGlyph.hx
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ extern class ImFontGlyph
@:unreflective
extern class ImVectorImFontGlyph extends ImVector<ImFontGlyph>
{
//
@:native('ImVector<ImFontGlyph>') public static function create() : ImVectorImFontGlyph;
}
2 changes: 1 addition & 1 deletion imgui/util/ImGuiStorage.hx
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ extern class Pair
@:unreflective
extern class ImVectorPair extends ImVector<Pair>
{
//
@:native('ImVector<ImGuiStorage::Pair>') public static function create() : ImVectorPair;
}
2 changes: 1 addition & 1 deletion imgui/util/ImGuiTextFilter.hx
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ extern class TextRange
@:unreflective
extern class ImVectorTextRange extends ImVector<TextRange>
{
//
@:native('ImVector<ImGuiTextFilter::TextRange>') public static function create() : ImVectorTextRange;
}

0 comments on commit ea4dbf2

Please sign in to comment.