summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Logging
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2014-08-30 15:28:47 -0400
committerLioncash <mathew1800@gmail.com>2014-08-30 15:28:47 -0400
commit77aef014a0352d819e8ea63bafb6262b9af485cb (patch)
tree50e90cc1c60d8744e35b9c18b99264c8c9b2726f /Source/Core/Common/Logging
parent265504bc234172e0a279e2369aebc7d8790ad1e2 (diff)
parent1d706b23114845dbd1e5b37260a25a8892681cc1 (diff)
Merge pull request #909 from lioncash/void
Get rid of C-style empty function parameter indicators
Diffstat (limited to 'Source/Core/Common/Logging')
-rw-r--r--Source/Core/Common/Logging/ConsoleListener.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Logging/ConsoleListener.h b/Source/Core/Common/Logging/ConsoleListener.h
index d67d37ef2e..5c3f5c84bd 100644
--- a/Source/Core/Common/Logging/ConsoleListener.h
+++ b/Source/Core/Common/Logging/ConsoleListener.h
@@ -31,7 +31,7 @@ public:
private:
#ifdef _WIN32
- HWND GetHwnd(void);
+ HWND GetHwnd();
HANDLE hConsole;
#endif
bool bUseColor;