Web pgadmin.org
 Home 
 ·  ·  ·  ·  ·  ·  · 
Re: FW: cron: sh /usr/local/src/pgadmin3/pkg/src/build-tarball;sh

Re: FW: cron: sh /usr/local/src/pgadmin3/pkg/src/build-tarball;sh



Dave Page wrote:

Did someone break something?


ui/frmQuery.cpp: In member function `void frmQuery::execQuery(const wxString&, int, bool, int, bool)':
ui/frmQuery.cpp:1004: `wxMilliSleep' undeclared (first use this function)


Previously wxUsleep was used, which is marked deprecated now; instead wxMilliSleep should be used.
Seems this breaks with our old snapshot.

Regards,
Andreas



Home | Main Index | Thread Index

top