mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-18 14:31:27 +00:00
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:
parent
6e885d0dd5
commit
7474d03578
@ -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…
x
Reference in New Issue
Block a user