Updated to latest PTR client 10623.

Fixed build on VS 2010 Beta 2.
This commit is contained in:
tomrus88 2009-10-21 23:48:42 +04:00
parent aa161f802b
commit 200ffee27c

View file

@ -107,7 +107,7 @@ bool SqlQueryHolder::SetQuery(size_t index, const char *sql)
} }
/// not executed yet, just stored (it's not called a holder for nothing) /// not executed yet, just stored (it's not called a holder for nothing)
m_queries[index] = SqlResultPair(strdup(sql), NULL); m_queries[index] = SqlResultPair(strdup(sql), (QueryResult*)NULL);
return true; return true;
} }