diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-09-11 13:00:40 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-09-11 13:05:31 -0400 |
| commit | b06ec302d1051843228464656d3021aeec45eb07 (patch) | |
| tree | 34a42b3bd004189822b142782f21d9e008f47fc9 /Source/Core/DiscIO | |
| parent | c6f3424ab1c192a9d6e8e6c2e1f8335bc38344a8 (diff) | |
Remove some unnecessary semicolons
Diffstat (limited to 'Source/Core/DiscIO')
| -rw-r--r-- | Source/Core/DiscIO/NANDContentLoader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/NANDContentLoader.h b/Source/Core/DiscIO/NANDContentLoader.h index 6f67de9ec6..40fc9aeb04 100644 --- a/Source/Core/DiscIO/NANDContentLoader.h +++ b/Source/Core/DiscIO/NANDContentLoader.h @@ -76,7 +76,7 @@ public: bool RemoveTitle(u64 _titleID); private: - CNANDContentManager() {}; + CNANDContentManager() {} ~CNANDContentManager(); static CNANDContentManager m_Instance; |
