mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
MemoryStringSearcher: drop superfluous qualifier
This commit is contained in:
parent
a94a7d4495
commit
efd729d0b8
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@ public:
|
||||||
exit = true;
|
exit = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void MemoryStringSearcher::Search(wxCommandEvent& event);
|
void Search(wxCommandEvent& event);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue