diff options
Diffstat (limited to 'src/FbAtoms.cc')
-rw-r--r-- | src/FbAtoms.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbAtoms.cc b/src/FbAtoms.cc index 5314538..e6b5e51 100644 --- a/src/FbAtoms.cc +++ b/src/FbAtoms.cc | |||
@@ -26,7 +26,7 @@ | |||
26 | 26 | ||
27 | #include <string> | 27 | #include <string> |
28 | 28 | ||
29 | using namespace std; | 29 | using std::string; |
30 | 30 | ||
31 | FbAtoms *FbAtoms::s_singleton = 0; | 31 | FbAtoms *FbAtoms::s_singleton = 0; |
32 | 32 | ||