Fixed method name.

This commit is contained in:
Mathew Sutcliffe
2016-06-02 01:22:30 +01:00
parent 000e22246f
commit 0246767e31
5 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ namespace BlackCore
virtual ~IInterpolator() {}
//! Log category
static QString getMessageCategory() { return "swift.interpolator"; }
static QString getLogCategory() { return "swift.interpolator"; }
//! Status of interpolation
struct BLACKCORE_EXPORT InterpolationStatus