Fix getMeasure scope bug.

This commit is contained in:
Krad
2022-03-11 14:00:48 +08:00
parent f9e6093558
commit 58afeac99f

View File

@@ -7,6 +7,7 @@
#include "Measure.h" #include "Measure.h"
#include "QGlobals.h" #include "QGlobals.h"
class MeasureFactory { class MeasureFactory {
public:
static Measure* getMeasure(AnnotationActorType type); static Measure* getMeasure(AnnotationActorType type);
}; };