aboutsummaryrefslogtreecommitdiff
path: root/src/jtutil/util.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/jtutil/util.hh')
-rw-r--r--src/jtutil/util.hh6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/jtutil/util.hh b/src/jtutil/util.hh
index 35f1fcc..14b0ce5 100644
--- a/src/jtutil/util.hh
+++ b/src/jtutil/util.hh
@@ -9,6 +9,9 @@
// "stdc.h"
//
+// everything in this file is inside these namespaces
+namespace AHFinderDirect
+ {
namespace jtutil
{
@@ -207,6 +210,7 @@ public:
//******************************************************************************
- } // namespace jtutil
+ }; // namespace jtutil
+ }; // namespace AHFinderDirect
#endif /* AHFINDERDIRECT__UTIL_HH */