1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00

Update launcher/modManager/cmodlistview_moc.cpp

Co-authored-by: Ivan Savenko <saven.ivan@gmail.com>
This commit is contained in:
Nordsoft91 2023-09-02 14:11:56 +04:00 committed by GitHub
parent 1ef407ea9f
commit 348b6b0f32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@
#include "../../lib/CConfigHandler.h"
#include "../../lib/Languages.h"
inline double mbToBytes(double mb)
static double mbToBytes(double mb)
{
return mb * 1024 * 1024;
}