summaryrefslogtreecommitdiff
path: root/slideshow/source/inc/hyperlinkarea.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/hyperlinkarea.hxx')
-rw-r--r--slideshow/source/inc/hyperlinkarea.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/slideshow/source/inc/hyperlinkarea.hxx b/slideshow/source/inc/hyperlinkarea.hxx
index 14a1064b51d4..32426d4bdb9d 100644
--- a/slideshow/source/inc/hyperlinkarea.hxx
+++ b/slideshow/source/inc/hyperlinkarea.hxx
@@ -96,6 +96,9 @@ namespace slideshow
return nPrioL == nPrioR ? rLHS.get() < rRHS.get() : nPrioL < nPrioR;
}
};
+
+ protected:
+ ~HyperlinkArea() {}
};
typedef boost::shared_ptr< HyperlinkArea > HyperlinkAreaSharedPtr;