]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/radiobut.cpp
unused message removed from event table
[wxWidgets.git] / src / msw / radiobut.cpp
index be2195e2bc6be1700d7d6fc57ad7f8f5c0f2a3de..eb067a09a39640229660e6e47fa5471617d5eae7 100644 (file)
@@ -115,7 +115,7 @@ bool wxRadioButton::Create(wxWindow *parent, wxWindowID id,
   if (label != "")
   {
     int label_width, label_height;
-    GetTextExtent(label, &label_width, &label_height, NULL, NULL, & GetFont());
+    GetTextExtent(label, &label_width, &label_height, NULL, NULL, & this->GetFont());
     if (width < 0)
       width = (int)(label_width + RADIO_SIZE);
     if (height<0)