aboutsummaryrefslogtreecommitdiff
path: root/src/FbAtoms.cc
diff options
context:
space:
mode:
authormathias <mathias>2006-10-30 19:31:15 (GMT)
committermathias <mathias>2006-10-30 19:31:15 (GMT)
commite5e76e7761f52ba7c0deca75bcecae4fbd3e2ff5 (patch)
treec84838a84802805e9b1463045e86200b7cef917f /src/FbAtoms.cc
parent426c12c25c2ef095a882619ad7424684b88465b8 (diff)
downloadfluxbox-e5e76e7761f52ba7c0deca75bcecae4fbd3e2ff5.zip
fluxbox-e5e76e7761f52ba7c0deca75bcecae4fbd3e2ff5.tar.bz2
Cosmetic patch from Slava Semushin
Diffstat (limited to 'src/FbAtoms.cc')
-rw-r--r--src/FbAtoms.cc2
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
29using namespace std; 29using std::string;
30 30
31FbAtoms *FbAtoms::s_singleton = 0; 31FbAtoms *FbAtoms::s_singleton = 0;
32 32