bool if enough for true/false results.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27597 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-06-03 10:03:30 +00:00
parent 7445e247fe
commit 54e29ef9c1
2 changed files with 4 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ extern "C" {
#endif
#if wxUSE_GLCANVAS
int lw_is_lwobject(const char *lw_file);
bool lw_is_lwobject(const char *lw_file);
lwObject *lw_object_read(const char *lw_file);
void lw_object_free( lwObject *lw_object);
void lw_object_show(const lwObject *lw_object);