diff options
Diffstat (limited to 'source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h')
-rw-r--r-- | source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h b/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h index accd3446317a1..2be5d90c37b20 100644 --- a/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h +++ b/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h @@ -54,7 +54,7 @@ public: } // Test operator - operator bool() const + explicit operator bool() const { return tag != 0; } |