mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-12 06:47:58 -05:00
Remove extraneous semicolons
This commit is contained in:
@ -33,5 +33,5 @@ namespace Symbols
|
||||
const std::string GetName(u32 _address);
|
||||
void Remove(u32 _address);
|
||||
void Clear();
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -36,7 +36,7 @@ class Event
|
||||
public:
|
||||
Event()
|
||||
: is_set(false)
|
||||
{};
|
||||
{}
|
||||
|
||||
void Set()
|
||||
{
|
||||
|
Reference in New Issue
Block a user