]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/brush.cpp
Applied a few old patches,
[wxWidgets.git] / src / msw / brush.cpp
index 9c33fc9eddd345af0dac585414b1ce0023646fba..486caf5827fecca9a9ce272ccdddda4015a15f73 100644 (file)
@@ -179,7 +179,7 @@ bool wxBrush::FreeResource(bool WXUNUSED(force))
   else return FALSE;
 }
 
-bool wxBrush::IsFree(void)
+bool wxBrush::IsFree() const
 {
   return (M_BRUSHDATA && (M_BRUSHDATA->m_hBrush == 0));
 }