diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-08-30 15:28:47 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-08-30 15:28:47 -0400 |
| commit | 77aef014a0352d819e8ea63bafb6262b9af485cb (patch) | |
| tree | 50e90cc1c60d8744e35b9c18b99264c8c9b2726f /Source/Core/DiscIO/NANDContentLoader.cpp | |
| parent | 265504bc234172e0a279e2369aebc7d8790ad1e2 (diff) | |
| parent | 1d706b23114845dbd1e5b37260a25a8892681cc1 (diff) | |
Merge pull request #909 from lioncash/void
Get rid of C-style empty function parameter indicators
Diffstat (limited to 'Source/Core/DiscIO/NANDContentLoader.cpp')
| -rw-r--r-- | Source/Core/DiscIO/NANDContentLoader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/NANDContentLoader.cpp b/Source/Core/DiscIO/NANDContentLoader.cpp index dbd1fc0ead..b874d82c49 100644 --- a/Source/Core/DiscIO/NANDContentLoader.cpp +++ b/Source/Core/DiscIO/NANDContentLoader.cpp @@ -99,7 +99,7 @@ public: virtual ~CNANDContentLoader(); bool IsValid() const override { return m_Valid; } - void RemoveTitle(void) const override; + void RemoveTitle() const override; u64 GetTitleID() const override { return m_TitleID; } u16 GetIosVersion() const override { return m_IosVersion; } u32 GetBootIndex() const override { return m_BootIndex; } |
