fix names v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sat, 01 Dec 2018 23:22:41 +0100
branchv_0
changeset 4 7e0211f00413
parent 3 878648aa663f
child 5 7c84323969d1
fix names
src/XmlHandler.h
src/relpipe-out-xml.cpp
--- a/src/XmlHandler.h	Thu Nov 29 22:30:12 2018 +0100
+++ b/src/XmlHandler.h	Sat Dec 01 23:22:41 2018 +0100
@@ -32,7 +32,7 @@
 
 namespace relpipe {
 namespace out {
-namespace tabular {
+namespace xml {
 
 using namespace relpipe::reader;
 
--- a/src/relpipe-out-xml.cpp	Thu Nov 29 22:30:12 2018 +0100
+++ b/src/relpipe-out-xml.cpp	Sat Dec 01 23:22:41 2018 +0100
@@ -29,7 +29,7 @@
 
 using namespace relpipe::cli;
 using namespace relpipe::reader;
-using namespace relpipe::out::tabular;
+using namespace relpipe::out::xml;
 
 int main(int argc, char** argv) {
 	CLI cli(argc, argv);