mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 17:02:51 +08:00
This samples used "wx_append" in its bakefile, but should be using "wx_append_base", as it's a console application. This fixes its build with makefile.unx, as wxUSE_GUI wasn't properly defined as 0 before.