We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
diff --git a/hoot-js/src/main/cpp/hoot/js/conflate/merging/ScriptMergerCreator.h b/hoot-js/src/main/cpp/hoot/js/conflate/merging/ScriptMergerCreator.h index 5441488..565c41a 100644 --- a/hoot-js/src/main/cpp/hoot/js/conflate/merging/ScriptMergerCreator.h +++ b/hoot-js/src/main/cpp/hoot/js/conflate/merging/ScriptMergerCreator.h @@ -39,6 +39,7 @@ namespace hoot class ScriptMergerCreator : public MergerCreator { public: + static std::string className() { return "hoot::ScriptMergerCreator"; } ScriptMergerCreator();