Skip to content

Commit

Permalink
Rename last remaining data type to GuiXml
Browse files Browse the repository at this point in the history
  • Loading branch information
Keavon committed Jul 12, 2020
1 parent 7918f71 commit 386a823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layout_abstract_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub enum TypeValueOrArgument {

#[derive(Debug)]
pub enum TypeName {
// Xml, // TODO
// GuiXml, // TODO
Integer,
Decimal,
AbsolutePx,
Expand All @@ -49,7 +49,7 @@ pub enum TypeName {

#[derive(Debug)]
pub enum TypeValue {
// Xml(()), // TODO
// GuiXml(()), // TODO
Integer(i64),
Decimal(f64),
AbsolutePx(f32),
Expand Down

0 comments on commit 386a823

Please sign in to comment.