Derp - typo in platform_other.cpp

This commit is contained in:
Orochimarufan 2013-10-18 19:01:40 +02:00
parent 78882ff6b1
commit dcf58cdf12

View File

@ -21,7 +21,7 @@
* @brief MultiMCPlatform::fixWM_CLASS
* @param widget
*/
MultiMCPlatform::fixWM_CLASS(QWidget *widget)
void MultiMCPlatform::fixWM_CLASS(QWidget *widget)
{
Q_UNUSED(widget);
}