From 03905bcf1bcfd9e7932fcac4283c5817058a25ce Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 14 Nov 2015 16:29:22 +0200 Subject: Invent root path web interface configuration option --- brep/module.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'brep/module.cxx') diff --git a/brep/module.cxx b/brep/module.cxx index fa7f479..850f593 100644 --- a/brep/module.cxx +++ b/brep/module.cxx @@ -22,10 +22,11 @@ using namespace std; using namespace placeholders; // For std::bind's _1, etc. -using namespace cli; namespace brep { + using namespace cli; + // module // void module:: -- cgit v1.1