Kaydet (Commit) a9dde7c6 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1210401 Non-virtual destructor

Change-Id: I6ec9104fc1ec5f2fff951b6a06df7865941cafb4
üst 576dd774
...@@ -322,7 +322,7 @@ class ParagraphProperties ...@@ -322,7 +322,7 @@ class ParagraphProperties
public: public:
ParagraphProperties(); ParagraphProperties();
ParagraphProperties(const ParagraphProperties&); ParagraphProperties(const ParagraphProperties&);
~ParagraphProperties(); virtual ~ParagraphProperties();
bool operator==(const ParagraphProperties&); //does not compare the starting/ending range, m_sParaStyleName and m_nDropCapLength bool operator==(const ParagraphProperties&); //does not compare the starting/ending range, m_sParaStyleName and m_nDropCapLength
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment