diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 1999-12-15 19:36:24 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 1999-12-15 19:36:24 (GMT) |
commit | a54eecdf4b3c961ff41bc5d3ea6f21713e08f903 (patch) | |
tree | c32965e6b0858adc9a1f108b7b4d909568efd52e /src/formula.h | |
parent | 1d4e23de96d6e6065089a909ccba321fe5fa7f28 (diff) | |
download | Doxygen-a54eecdf4b3c961ff41bc5d3ea6f21713e08f903.zip Doxygen-a54eecdf4b3c961ff41bc5d3ea6f21713e08f903.tar.gz Doxygen-a54eecdf4b3c961ff41bc5d3ea6f21713e08f903.tar.bz2 |
mods for doxygen-0.49-991003
Diffstat (limited to 'src/formula.h')
-rw-r--r-- | src/formula.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/formula.h b/src/formula.h index 9edd583..8f38433 100644 --- a/src/formula.h +++ b/src/formula.h @@ -52,6 +52,7 @@ class FormulaDict : public QDict<Formula> public: FormulaDict(uint size) : QDict<Formula>(size) {} + ~FormulaDict() {} }; #endif |