← Back to team overview

widelands-dev team mailing list archive

[Merge] lp:~hjd/widelands/class-building into lp:widelands

 

Hans Joachim Desserud has proposed merging lp:~hjd/widelands/class-building into lp:widelands.

Requested reviews:
  Widelands Developers (widelands-dev)

For more details, see:
https://code.launchpad.net/~hjd/widelands/class-building/+merge/148830

A single instance referring to Building as a struct instead of a class.

PS. Yes, I could probably have pushed this directly without anything breaking, but I am a fan of code reviews and it is nice to know someone else has at least looked at it. :)
-- 
https://code.launchpad.net/~hjd/widelands/class-building/+merge/148830
Your team Widelands Developers is requested to review the proposed merge of lp:~hjd/widelands/class-building into lp:widelands.
=== modified file 'src/economy/ware_instance.h'
--- src/economy/ware_instance.h	2013-02-08 13:22:13 +0000
+++ src/economy/ware_instance.h	2013-02-15 22:14:23 +0000
@@ -28,7 +28,7 @@
 
 namespace Widelands {
 
-struct Building;
+class Building;
 struct Economy;
 struct Editor_Game_Base;
 struct Game;


Follow ups