Fix NOTESKIN:GetMetric()

This commit is contained in:
Colby Klein
2016-11-24 18:57:25 -08:00
parent 7ca46bb93a
commit f5100aee0d
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -546,7 +546,7 @@ class LunaNoteSkinManager: public Luna<NoteSkinManager>
{
public:
DEFINE_METHOD( GetPath, GetPath(SArg(1), SArg(2)) );
DEFINE_METHOD( GetMetric, GetMetricI(SArg(1), SArg(2)) );
DEFINE_METHOD( GetMetric, GetMetric(SArg(1), SArg(2)) );
DEFINE_METHOD( GetMetricI, GetMetricI(SArg(1), SArg(2)) );
DEFINE_METHOD( GetMetricF, GetMetricF(SArg(1), SArg(2)) );
DEFINE_METHOD( GetMetricB, GetMetricB(SArg(1), SArg(2)) );