diff options
Diffstat (limited to 'llvm/tools/llvm-pdbdump/LinePrinter.h')
| -rw-r--r-- | llvm/tools/llvm-pdbdump/LinePrinter.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/tools/llvm-pdbdump/LinePrinter.h b/llvm/tools/llvm-pdbdump/LinePrinter.h index 67006b03b09..b0a9d2cfc4e 100644 --- a/llvm/tools/llvm-pdbdump/LinePrinter.h +++ b/llvm/tools/llvm-pdbdump/LinePrinter.h @@ -84,8 +84,7 @@ public: raw_ostream &get() { return OS; } private: - void translateColor(PDB_ColorItem C, raw_ostream::Colors &Color, - bool &Bold) const; + void applyColor(PDB_ColorItem C); raw_ostream &OS; }; } |

