Skip to content

Commit

Permalink
Update CodeModel.cpp
Browse files Browse the repository at this point in the history
Change this to FixedPoint as that is the name of the actual type and category that the "real data type" will be taking the form of.
  • Loading branch information
VoR0220 committed Feb 8, 2016
1 parent 115fc43 commit c17ab0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CodeModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ SolidityType CodeModel::nodeType(dev::solidity::Type const* _type)
case Type::Category::Magic:
case Type::Category::Mapping:
case Type::Category::Modifier:
case Type::Category::Real:
case Type::Category::FixedPoint:
case Type::Category::TypeType:
case Type::Category::Tuple:
default:
Expand Down

0 comments on commit c17ab0b

Please sign in to comment.