From 6d2cc8cf667c4e166c754698faac770a99aceeee Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 24 Jun 2016 09:07:52 +0200 Subject: csv, proto/ft: workaround link bug on win32 with no lto Need link dynamic, otherwise symbol lookup failure. --- csv/csv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csv/csv.cpp') diff --git a/csv/csv.cpp b/csv/csv.cpp index a5dc93f5..09944154 100644 --- a/csv/csv.cpp +++ b/csv/csv.cpp @@ -91,7 +91,7 @@ bool CSV::parseLine(QStringList& ret) return true; } -bool CSV::getGameData(const int id, unsigned char* table, QString& gamename) +bool CSV::getGameData(int id, unsigned char* table, QString& gamename) { for (int i = 0; i < 8; i++) table[i] = 0; -- cgit v1.2.3