diff options
Diffstat (limited to 'src/cstore/cstore-varref.hpp')
-rw-r--r-- | src/cstore/cstore-varref.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cstore/cstore-varref.hpp b/src/cstore/cstore-varref.hpp index 7ab523f..3b842a9 100644 --- a/src/cstore/cstore-varref.hpp +++ b/src/cstore/cstore-varref.hpp @@ -22,7 +22,7 @@ #include <cstore/cstore.hpp> -using namespace std; +namespace cstore { // begin namespace cstore class Cstore::VarRef { public: @@ -44,5 +44,7 @@ private: const vector<string>& cur_path_comps, vtw_type_e def_type); }; +} // end namespace cstore + #endif /* _CSTORE_VARREF_H_ */ |