Author: mordante
Date: Sun Jun 22 13:33:41 2008
New Revision: 27399

URL: http://svn.gna.org/viewcvs/wesnoth?rev=27399&view=rev
Log:
Only declare the default contructor, kills a few uninitialized member warnings.

Modified:
    trunk/src/formula.hpp

Modified: trunk/src/formula.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/formula.hpp?rev=27399&r1=27398&r2=27399&view=diff
==============================================================================
--- trunk/src/formula.hpp (original)
+++ trunk/src/formula.hpp Sun Jun 22 13:33:41 2008
@@ -50,7 +50,7 @@
        const std::string& str() const { return str_; }
 
 private:
-       formula() {}
+       formula();
        expression_ptr expr_;
        std::string str_;
 };


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to