summaryrefslogtreecommitdiff
path: root/src/URL.hpp
blob: acdf5b7c7c084f20fef0dbf6e6d13aec8fb2ae1d (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __URL_H
#define __URL_H

#include <string>

using namespace std;

class URL : public string {
};

#endif