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

coverity#708952 Non-virtual destructor

Change-Id: I4b09b3d6e11225d616a7a6f84eff6626a2490cd0
üst 33d91958
...@@ -142,7 +142,7 @@ struct SVL_DLLPUBLIC SfxUndoArray ...@@ -142,7 +142,7 @@ struct SVL_DLLPUBLIC SfxUndoArray
SfxUndoArray(size_t nMax=0): SfxUndoArray(size_t nMax=0):
nMaxUndoActions(nMax), nCurUndoAction(0), nMaxUndoActions(nMax), nCurUndoAction(0),
pFatherUndoArray(0) {} pFatherUndoArray(0) {}
~SfxUndoArray(); virtual ~SfxUndoArray();
}; };
//========================================================================= //=========================================================================
......
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