Correct syntax typo .. ; -> :

llvm-svn: 14619
This commit is contained in:
Reid Spencer 2004-07-04 12:15:11 +00:00
parent 1e8005d013
commit e484cc1925
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ struct UnsignedIntType : public Type {
};
struct OtherType : public Type {
OtherType(std:;string name, TypeID id) : Type(name,id) {}
OtherType(std::string name, TypeID id) : Type(name,id) {}
};