Correct syntax typo .. ; -> :

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14619 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-07-04 12:15:11 +00:00
parent 6e885d0dd5
commit 7474d03578

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) {}
};