MXS-1848 Fix typo
This commit is contained in:
@ -72,7 +72,7 @@ GRMon::~GRMon()
|
|||||||
|
|
||||||
GRMon* GRMon::create(MXS_MONITOR* monitor)
|
GRMon* GRMon::create(MXS_MONITOR* monitor)
|
||||||
{
|
{
|
||||||
return new GRMon(monitor));
|
return new GRMon(monitor);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool GRMon::start(const MXS_CONFIG_PARAMETER* params)
|
bool GRMon::start(const MXS_CONFIG_PARAMETER* params)
|
||||||
|
|||||||
Reference in New Issue
Block a user