VS 2019 build fixed.
This commit is contained in:
@@ -6,10 +6,6 @@
|
||||
#include "campseller.h"
|
||||
#include <cmath>
|
||||
|
||||
#ifdef _WIN32
|
||||
double round(double value) { return value < 0 ? -std::floor(0.5 - value) : std::floor(0.5 + value); }
|
||||
#endif
|
||||
|
||||
CampService::CampService()
|
||||
{
|
||||
m_pluginId = "CAMP";
|
||||
|
||||
Reference in New Issue
Block a user