Kaydet (Commit) ab2b384c authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

SwNodeIndex should really be final

Change-Id: I2ae917b43b18b14dce01121902a678d45ad520fe
üst 7aaadcfc
...@@ -30,7 +30,7 @@ class SwNode; ...@@ -30,7 +30,7 @@ class SwNode;
class SwNodes; class SwNodes;
/// Marks a node in the document model. /// Marks a node in the document model.
class SW_DLLPUBLIC SwNodeIndex class SW_DLLPUBLIC SwNodeIndex SAL_FINAL
{ {
friend void SwNodes::RegisterIndex( SwNodeIndex& ); friend void SwNodes::RegisterIndex( SwNodeIndex& );
friend void SwNodes::DeRegisterIndex( SwNodeIndex& ); friend void SwNodes::DeRegisterIndex( SwNodeIndex& );
......
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