fixed wrong name
This commit is contained in:
parent
b57a542161
commit
a87869ca7f
|
@ -5,7 +5,7 @@
|
|||
# include <ifaddrs.h>
|
||||
# include <netinet/in.h>
|
||||
#endif
|
||||
#ifdef BUILD_OFD_MODULE
|
||||
#ifdef BUILD_OFD_MODE
|
||||
# include "../exceptions/ofdrequestexception.h"
|
||||
#endif
|
||||
#include <codecvt>
|
||||
|
|
|
@ -15,7 +15,7 @@ bool vector_contains_element(const std::vector<T> &vector, const T &to_find);
|
|||
|
||||
std::vector<std::string> split(std::string, std::string);
|
||||
|
||||
#ifdef BUILD_OFD_MODULE
|
||||
#ifdef BUILD_OFD_MODE
|
||||
Check parseOfdRuAnswer(std::string);
|
||||
|
||||
std::wstring trim_html_response(std::wstring& check);
|
||||
|
|
Loading…
Reference in New Issue