Skip to content

Commit

Permalink
Refactor ParseLayoutTypes.h to add support for creating line layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan Walter committed Sep 25, 2024
1 parent 5ae6dd6 commit ef75700
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/gui/ParseLayoutTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ Layout::Ptr LayoutContext::create_object<LayoutType::button>();
template <>
Layout::Ptr LayoutContext::create_object<LayoutType::checkbox>();

template <>
Layout::Ptr LayoutContext::create_object<LayoutType::line>();

template <>
Layout::Ptr LayoutContext::create_object<LayoutType::textfield>();

Expand Down

0 comments on commit ef75700

Please sign in to comment.