summaryrefslogtreecommitdiff
path: root/src/libcrawler/URL.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcrawler/URL.cpp')
-rw-r--r--src/libcrawler/URL.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libcrawler/URL.cpp b/src/libcrawler/URL.cpp
new file mode 100644
index 0000000..f208500
--- /dev/null
+++ b/src/libcrawler/URL.cpp
@@ -0,0 +1,5 @@
+#include "URL.hpp"
+
+URL URL::Null;
+
+