File: fix-ftbfs-gcc49.diff

package info (click to toggle)
glob2 0.9.4.4-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 34,848 kB
  • sloc: cpp: 89,685; python: 868; ansic: 259; sh: 49; makefile: 19
file content (18 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Author: Sphinx Jiang <yishanj13@gmail.com>
Description: Fix build with GCC 4.9
Bug-Debian: https://bugs.debian.org/746854

Index: glob2-0.9.4.4/src/Game.h
===================================================================
--- glob2-0.9.4.4.orig/src/Game.h	2014-07-14 10:36:36.705074927 +0800
+++ glob2-0.9.4.4/src/Game.h	2014-07-14 10:38:28.733077827 +0800
@@ -148,7 +148,8 @@
 		TOP_TO_BOTTOM,
 		BOTTOM_TO_TOP
 	};
-	
+
+public:
 	struct BuildProject
 	{
 		int posX;