]> git.lyx.org Git - features.git/blobdiff - src/session.h
src/session.h: add virtual destructor to stop compiler complaints.
[features.git] / src / session.h
index 7e607366dce16e4c5088ff8b9bd94510ab1c0ebb..e3cfed8285235cd3ab4f1c3934f1c271d450dcad 100644 (file)
@@ -40,6 +40,9 @@ namespace lyx {
 class SessionSection : boost::noncopyable {
 
 public:
+       ///
+       virtual ~SessionSection() {}
+
        /// read section from std::istream
        virtual void read(std::istream & is) = 0;