Reducing header overuse, non-inlining selected methods (CPPOST-35).
[shibboleth/cpp-xmltooling.git] / xmltooling / util / URLEncoder.h
index f07080a..1ba61b6 100644 (file)
@@ -37,10 +37,9 @@ namespace xmltooling {
     class XMLTOOL_API URLEncoder {
         MAKE_NONCOPYABLE(URLEncoder);
     public:
-        /** Default constructor. */
-        URLEncoder() {}
+        URLEncoder();
 
-        virtual ~URLEncoder() {}
+        virtual ~URLEncoder();
 
         /**
          * Produce a URL-safe but equivalent version of the input string.