aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachOWriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/MachOWriter.h')
-rw-r--r--lib/CodeGen/MachOWriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/MachOWriter.h b/lib/CodeGen/MachOWriter.h
index 20a4084638..6ab66eee92 100644
--- a/lib/CodeGen/MachOWriter.h
+++ b/lib/CodeGen/MachOWriter.h
@@ -98,7 +98,7 @@ namespace llvm {
return "Mach-O Writer";
}
- typedef std::vector<unsigned char> DataBuffer;
+ typedef std::vector<uint8_t> DataBuffer;
protected:
/// Output stream to send the resultant object file to.
///