summaryrefslogtreecommitdiffstats
path: root/sigmod/Weather.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-01-10 19:26:50 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-01-10 19:26:50 -0500
commitff3dcd69c48b2a39cdef71a9a8d5ee278440da55 (patch)
treeaefbb8c5fd17fd0b2d13e9c40ddb10eb9fbe3332 /sigmod/Weather.h
parent8a16a5d57acf2109928a480651ff1504e44b1566 (diff)
downloadsigen-ff3dcd69c48b2a39cdef71a9a8d5ee278440da55.tar.gz
sigen-ff3dcd69c48b2a39cdef71a9a8d5ee278440da55.tar.xz
sigen-ff3dcd69c48b2a39cdef71a9a8d5ee278440da55.zip
Removed Weather destructor
Diffstat (limited to 'sigmod/Weather.h')
-rw-r--r--sigmod/Weather.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sigmod/Weather.h b/sigmod/Weather.h
index ff038740..175c23b8 100644
--- a/sigmod/Weather.h
+++ b/sigmod/Weather.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2008 Ben Boeckel <MathStuf@gmail.com>
+ * Copyright 2008-2009 Ben Boeckel <MathStuf@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -38,7 +38,6 @@ class SIGMOD_EXPORT Weather : public Object
Weather(const Sigmod* parent, const int id);
Weather(const Weather& weather, const Sigmod* parent, const int id);
Weather(const QDomElement& xml, const Sigmod* parent, const int id = -1);
- ~Weather();
void validate();