diff options
author | mathias <mathias> | 2006-10-30 19:31:15 (GMT) |
---|---|---|
committer | mathias <mathias> | 2006-10-30 19:31:15 (GMT) |
commit | e5e76e7761f52ba7c0deca75bcecae4fbd3e2ff5 (patch) | |
tree | c84838a84802805e9b1463045e86200b7cef917f /src/FbAtoms.cc | |
parent | 426c12c25c2ef095a882619ad7424684b88465b8 (diff) | |
download | fluxbox_pavel-e5e76e7761f52ba7c0deca75bcecae4fbd3e2ff5.zip fluxbox_pavel-e5e76e7761f52ba7c0deca75bcecae4fbd3e2ff5.tar.bz2 |
Cosmetic patch from Slava Semushin
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 | ||