Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Reflect Type Name and Category changes for solidity
Browse files Browse the repository at this point in the history
  • Loading branch information
VoR0220 committed May 10, 2016
1 parent 91fbfc1 commit 6af39f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CodeModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -807,12 +807,12 @@ SolidityType CodeModel::nodeType(dev::solidity::Type const* _type)
}
break;
case Type::Category::Function:
case Type::Category::IntegerConstant:
case Type::Category::RationalNumber:
case Type::Category::StringLiteral:
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 6af39f7

Please sign in to comment.