aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCObjectFormat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/MC/MCObjectFormat.h')
-rw-r--r--include/llvm/MC/MCObjectFormat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/MC/MCObjectFormat.h b/include/llvm/MC/MCObjectFormat.h
index 2ee3ba3..5c3f003 100644
--- a/include/llvm/MC/MCObjectFormat.h
+++ b/include/llvm/MC/MCObjectFormat.h
@@ -15,7 +15,7 @@ class MCSymbol;
class MCObjectFormat {
public:
- virtual ~MCObjectFormat() {}
+ virtual ~MCObjectFormat();
/// isAbsolute - Check if A - B is an absolute value
///