diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-02-04 18:02:44 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-02-04 18:02:44 (GMT) |
commit | 1b90a1cf58b6b94d00e28d8212828956e8f9d177 (patch) | |
tree | 0079dfe633e79bae80c0743850c85fb68f276f60 /src/outputgen.h | |
parent | f676cb79536e8d4d7a7dc2fb83b757065939eefb (diff) | |
download | Doxygen-1b90a1cf58b6b94d00e28d8212828956e8f9d177.zip Doxygen-1b90a1cf58b6b94d00e28d8212828956e8f9d177.tar.gz Doxygen-1b90a1cf58b6b94d00e28d8212828956e8f9d177.tar.bz2 |
Release-1.2.5
Diffstat (limited to 'src/outputgen.h')
-rw-r--r-- | src/outputgen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/outputgen.h b/src/outputgen.h index 93f1046..7d7834a 100644 --- a/src/outputgen.h +++ b/src/outputgen.h @@ -378,6 +378,8 @@ class OutputGenerator : public BaseOutputDocInterface class OutputDocInterface : public BaseOutputDocInterface { public: + virtual ~OutputDocInterface() {} + /*! Create a new output generator. This can later by appended * to the current one using append(). */ |