Browse Source

Fix msvc build

nordsoft 2 years ago
parent
commit
ad5bf2ac4f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      client/lobby/RandomMapTab.h

+ 2 - 0
client/lobby/RandomMapTab.h

@@ -65,6 +65,8 @@ class TemplatesDropBox : public InterfaceObjectConfigurable
 		void clickLeft(tribool down, bool previousState) override;
 	};
 	
+	friend struct ListItem;
+	
 public:
 	TemplatesDropBox(RandomMapTab & randomMapTab, int3 size);