From 02775e52c43dbc82e08b6af8b87d8f320c05cb73 Mon Sep 17 00:00:00 2001 From: mathiascode <8754153+mathiascode@users.noreply.github.com> Date: Thu, 24 Aug 2017 12:19:40 +0300 Subject: Minor changes (#3909) --- src/XMLParser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/XMLParser.h') diff --git a/src/XMLParser.h b/src/XMLParser.h index 723ea92ed..9ddc1224e 100644 --- a/src/XMLParser.h +++ b/src/XMLParser.h @@ -57,7 +57,7 @@ protected: //////////////////////////////////////////////////////////////////////////////// // The following template has been modified from code available at -// http://www.codeproject.com/Articles/1847/C-Wrappers-for-the-Expat-XML-Parser +// https://www.codeproject.com/Articles/1847/C-Wrappers-for-the-Expat-XML-Parser // It uses templates to remove the virtual function call penalty (both size and speed) for each callback /* Usage: -- cgit v1.2.3