forked from OSchip/llvm-project
parent
1e8005d013
commit
e484cc1925
|
@ -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) {}
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue