aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/raw_os_ostream.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Support/raw_os_ostream.h')
-rw-r--r--include/llvm/Support/raw_os_ostream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/raw_os_ostream.h b/include/llvm/Support/raw_os_ostream.h
index 04cf3b6..a983aeb 100644
--- a/include/llvm/Support/raw_os_ostream.h
+++ b/include/llvm/Support/raw_os_ostream.h
@@ -34,7 +34,7 @@ class raw_os_ostream : public raw_ostream {
public:
raw_os_ostream(std::ostream &O) : OS(O) {}
- ~raw_os_ostream();
+ ~raw_os_ostream() override;
};
} // end llvm namespace