From ea20d38461235599267288eea5c4f8d31ebdd9a0 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Thu, 8 Aug 2013 15:19:09 +0000 Subject: - Fix build with clang --- games/qnetwalk/files/patch-cell.cpp | 20 ++++++++++++++++++++ games/qnetwalk/files/patch-cell.h | 0 2 files changed, 20 insertions(+) create mode 100644 games/qnetwalk/files/patch-cell.cpp create mode 100644 games/qnetwalk/files/patch-cell.h (limited to 'games') diff --git a/games/qnetwalk/files/patch-cell.cpp b/games/qnetwalk/files/patch-cell.cpp new file mode 100644 index 000000000000..3ae69f72ec0a --- /dev/null +++ b/games/qnetwalk/files/patch-cell.cpp @@ -0,0 +1,20 @@ +--- cell.cpp.orig 2008-03-30 13:29:12.000000000 +0400 ++++ cell.cpp 2013-08-07 21:24:52.637031376 +0400 +@@ -19,7 +19,7 @@ + Cell::PixmapMap Cell::shadowpixmap; + Cell::PixmapMap Cell::connectedpixmap; + Cell::PixmapMap Cell::disconnectedpixmap; +-Cell::Cell * Cell::focusedCell = 0; ++Cell * Cell::focusedCell = 0; + + + void Cell::setGameOver(bool b) +@@ -28,7 +28,7 @@ + } + + +-Cell::Cell * Cell::focused() ++Cell * Cell::focused() + { + return focusedCell; + } diff --git a/games/qnetwalk/files/patch-cell.h b/games/qnetwalk/files/patch-cell.h new file mode 100644 index 000000000000..e69de29bb2d1 -- cgit