Fix implicit instantiation of undefined template of std::String
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
DataHoarder 2021-11-02 07:13:34 +01:00
parent bf6fa754b5
commit e32b777bb6

View file

@ -3,6 +3,7 @@
#include <memory>
#include <map>
#include <string>
struct _fm_eventPort;
@ -53,7 +54,7 @@ namespace FM10K {
std::map<std::string, std::pair<TlvType, std::string>> m_configuration{};
bool m_initialized = false;
std::string m_tempPath;
std::string m_tempPath{};
static std::unique_ptr<IES> instance;