diff options
-rw-r--r-- | lib/VMCore/Type.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/Type.cpp b/lib/VMCore/Type.cpp index f3810be0c2..50248f21e0 100644 --- a/lib/VMCore/Type.cpp +++ b/lib/VMCore/Type.cpp @@ -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) {} }; |