Author: shadowmaster
Date: Tue Mar 31 01:15:23 2009
New Revision: 34314

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

Cherry-picked from r34309 (trunk).

Modified:
    branches/1.6/src/image_function.hpp

Modified: branches/1.6/src/image_function.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/1.6/src/image_function.hpp?rev=34314&r1=34313&r2=34314&view=diff
==============================================================================
--- branches/1.6/src/image_function.hpp (original)
+++ branches/1.6/src/image_function.hpp Tue Mar 31 01:15:23 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