]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/dnd_osx.cpp
No changes, synchronised source names that appear commented at the top of files with...
[wxWidgets.git] / src / osx / dnd_osx.cpp
index 7fb1c922cc3051e9b040e049966a5384755e94ea..fc2e684f2d0761338108b36ad3957b9597d87f05 100644 (file)
@@ -36,7 +36,7 @@ wxDragResult wxDropTarget::OnDragOver(
 
 wxDataFormat wxDropTarget::GetMatchingPair()
 {
-    wxFAIL_MSG("wxDropTarget::GetMatchingPair() not implemented in src/osx/carbon/dnd.cpp");
+    wxFAIL_MSG("wxDropTarget::GetMatchingPair() not implemented in src/osx/dnd_osx.cpp");
     return wxDF_INVALID;
 }