diff options
author | Orochimarufan <orochimarufan.x3@gmail.com> | 2013-10-18 19:01:40 +0200 |
---|---|---|
committer | Orochimarufan <orochimarufan.x3@gmail.com> | 2013-10-18 19:01:40 +0200 |
commit | dcf58cdf12ae9370ba1bf9d6bb789649db82e520 (patch) | |
tree | 95ca10388bbaa9ea00d9e2fb43ff4b809b8b9507 /gui | |
parent | 78882ff6b13ea8c5e7c14bee51c87f199e9c8a20 (diff) | |
download | MultiMC-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.cpp | 2 |
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); } |