MemoryStringSearcher: drop superfluous qualifier

This commit is contained in:
darkf
2014-12-25 00:53:56 -08:00
parent a94a7d4495
commit efd729d0b8
+1 -1
View File
@@ -15,5 +15,5 @@ public:
exit = true; exit = true;
} }
void MemoryStringSearcher::Search(wxCommandEvent& event); void Search(wxCommandEvent& event);
}; };