mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 13:29:24 -04:00
11 lines
436 B
C++
11 lines
436 B
C++
--- src/main.cpp.orig Thu Dec 21 00:18:40 2006
|
|
+++ src/main.cpp Thu Dec 21 00:19:06 2006
|
|
@@ -65,7 +65,7 @@
|
|
class wxMyFileDropTarget : public wxFileDropTarget
|
|
{
|
|
public:
|
|
- wxMyFileDropTarget::wxMyFileDropTarget(MainFrame *frame):m_frame(frame){}
|
|
+ wxMyFileDropTarget(MainFrame *frame):m_frame(frame){}
|
|
virtual bool OnDropFiles(wxCoord x, wxCoord y, const wxArrayString& filenames)
|
|
{
|
|
if(!m_frame) return false;
|