Author: shadowmaster
Date: Tue Mar 31 01:05:44 2009
New Revision: 34309

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34309&view=rev
Log:
s/construcotr/constructor/ and some whitespace cleanup.

This is what I get for writing that code at 6 AM without having slept a
single minute: typoed doxygen comments and random excess of whitespace.
But hey, it *works*! :-)

Modified:
    trunk/src/image_function.hpp

Modified: trunk/src/image_function.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/image_function.hpp?rev=34309&r1=34308&r2=34309&view=diff
==============================================================================
--- trunk/src/image_function.hpp (original)
+++ trunk/src/image_function.hpp Tue Mar 31 01:05:44 2009
@@ -28,9 +28,7 @@
 class function_base
 {
 public:
-
        virtual ~function_base() {}
-
        /**
         * Applies the image-path function on the specified surface.
         */
@@ -47,7 +45,7 @@
 {
 public:
        /**
-        * Default construcotr.
+        * Default constructor.
         */
        rc_function()
                : rc_map_()


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

Reply via email to