freebsd-ports/graphics/dynamechs/files/patch-aquarobot__MatrixMy.cpp
Martin Wilke 5c93dd25c8 - Fix build with clang
PR:		185716
Submitted by:	ports fury
2014-01-19 14:29:28 +00:00

11 lines
322 B
C++

--- aquarobot/MatrixMy.cpp.orig
+++ aquarobot/MatrixMy.cpp
@@ -38,7 +38,7 @@
// Constructor
// **************************************************************************
//MatrixMy::MatrixMy(int r = 4, int c = 4)
-MatrixMy::MatrixMy(int r = 3, int c = 3)
+MatrixMy::MatrixMy(int r, int c)
{
row = r;
column = c;