We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/AngleHistogramExtractor.cpp b/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/AngleHistogramExtractor.cpp index ec7fd51..8edff0f 100644 --- a/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/AngleHistogramExtractor.cpp +++ b/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/AngleHistogramExtractor.cpp @@ -78,6 +78,7 @@ public: } virtual QString getDescription() const { return ""; } + virtual std::string getClassName() const { return ""; } private: