From 1ae51ff94d0f1f27a4e4cc657371578db13c3ca1 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 8 Feb 2019 20:26:14 +0100 Subject: Make code compile again (fix bitrot dating back from 2013). --- src/xml_encode_decode.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/xml_encode_decode.h') diff --git a/src/xml_encode_decode.h b/src/xml_encode_decode.h index 39b1407..848e674 100644 --- a/src/xml_encode_decode.h +++ b/src/xml_encode_decode.h @@ -24,12 +24,9 @@ * along with Pracro; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#ifndef __PRACRO_XML_ENCODE_DECODE_H__ -#define __PRACRO_XML_ENCODE_DECODE_H__ +#pragma once #include std::string xml_encode(std::string str); std::string xml_decode(std::string str); - -#endif/*__PRACRO_XML_ENCODE_DECODE_H__*/ -- cgit v1.2.3