Author: mordante
Date: Sat May 28 21:00:30 2011
New Revision: 49692
URL: http://svn.gna.org/viewcvs/wesnoth?rev=49692&view=rev
Log:
Rename an include guard.
The old name used an implementation defined name.
Modified:
trunk/src/arrow.hpp
Modified: trunk/src/arrow.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/arrow.hpp?rev=49692&r1=49691&r2=49692&view=diff
==============================================================================
--- trunk/src/arrow.hpp (original)
+++ trunk/src/arrow.hpp Sat May 28 21:00:30 2011
@@ -18,8 +18,8 @@
* Arrows destined to be drawn on the map. Created for the whiteboard project.
*/
-#ifndef _ARROW_H
-#define _ARROW_H
+#ifndef ARROW_HPP_INCLUDED
+#define ARROW_HPP_INCLUDED
#include "display.hpp"
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits