Remove extraneous semicolons

This commit is contained in:
Lioncash 2014-11-18 08:27:16 -05:00
parent 745b0219c5
commit 1a8f466217
8 changed files with 8 additions and 8 deletions

View file

@ -33,5 +33,5 @@ namespace Symbols
const std::string GetName(u32 _address);
void Remove(u32 _address);
void Clear();
};
}