]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/opengl/penguin/lw.h
doc tweaks
[wxWidgets.git] / samples / opengl / penguin / lw.h
index ebe5bda2d34793cd1bc076d180bcd21a6f975e71..0a4ca382d92d461b61e5e288742fbd7b8e65c3b4 100644 (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);