wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src help.cpp


From: Guillaume Melquiond
Subject: [Wesnoth-cvs-commits] wesnoth/src help.cpp
Date: Sun, 26 Dec 2004 08:13:47 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Guillaume Melquiond <address@hidden>    04/12/26 13:02:36

Modified files:
        src            : help.cpp 

Log message:
        Another workaround for Irix.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/help.cpp.diff?tr1=1.61&tr2=1.62&r1=text&r2=text

Patches:
Index: wesnoth/src/help.cpp
diff -u wesnoth/src/help.cpp:1.61 wesnoth/src/help.cpp:1.62
--- wesnoth/src/help.cpp:1.61   Fri Dec  3 18:19:34 2004
+++ wesnoth/src/help.cpp        Sun Dec 26 13:02:35 2004
@@ -92,6 +92,7 @@
                : title(_title), id(_id), text(g) {}
        /// Two topics are equal if their IDs are equal.
        bool operator==(const topic &) const;
+       bool operator!=(const topic &t) const { return !operator==(t); }
        /// Comparison on the ID.
        bool operator<(const topic &) const;
        std::string title, id;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]