summaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
authorOrochimarufan <orochimarufan.x3@gmail.com>2013-10-18 19:01:40 +0200
committerOrochimarufan <orochimarufan.x3@gmail.com>2013-10-18 19:01:40 +0200
commitdcf58cdf12ae9370ba1bf9d6bb789649db82e520 (patch)
tree95ca10388bbaa9ea00d9e2fb43ff4b809b8b9507 /gui
parent78882ff6b13ea8c5e7c14bee51c87f199e9c8a20 (diff)
downloadMultiMC-dcf58cdf12ae9370ba1bf9d6bb789649db82e520.tar
MultiMC-dcf58cdf12ae9370ba1bf9d6bb789649db82e520.tar.gz
MultiMC-dcf58cdf12ae9370ba1bf9d6bb789649db82e520.tar.lz
MultiMC-dcf58cdf12ae9370ba1bf9d6bb789649db82e520.tar.xz
MultiMC-dcf58cdf12ae9370ba1bf9d6bb789649db82e520.zip
Derp - typo in platform_other.cpp
Diffstat (limited to 'gui')
-rw-r--r--gui/platform_other.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/platform_other.cpp b/gui/platform_other.cpp
index 0d7bcbe7..a41abe36 100644
--- a/gui/platform_other.cpp
+++ b/gui/platform_other.cpp
@@ -21,7 +21,7 @@
* @brief MultiMCPlatform::fixWM_CLASS
* @param widget
*/
-MultiMCPlatform::fixWM_CLASS(QWidget *widget)
+void MultiMCPlatform::fixWM_CLASS(QWidget *widget)
{
Q_UNUSED(widget);
}