diff --git a/src/pugixml.cpp b/src/pugixml.cpp index e4c04eb..63b197e 100644 --- a/src/pugixml.cpp +++ b/src/pugixml.cpp @@ -4439,7 +4439,7 @@ PUGI__NS_BEGIN } // get value with conversion functions - template U string_to_integer(const char_t* value, U minneg, U maxpos) + template PUGI__FN U string_to_integer(const char_t* value, U minneg, U maxpos) { U result = 0; const char_t* s = value;