]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/window.cpp
wxMotif::wxFont supports encodings too (and shares 99% of font code with wxGTK)
[wxWidgets.git] / src / msw / window.cpp
index 161cdf53747fb725565b61bfd58c92a03504ebb9..380abf22fe8ec398adbf13edaef67e3f239693de 100644 (file)
@@ -162,7 +162,7 @@ END_EVENT_TABLE()
 // ---------------------------------------------------------------------------
 
 // Find an item given the MS Windows id
-wxWindow *wxWindow::FindItem(int id) const
+wxWindow *wxWindow::FindItem(long id) const
 {
     wxWindowList::Node *current = GetChildren().GetFirst();
     while (current)