Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/key.cc')
-rw-r--r--src/client/key.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/key.cc b/src/client/key.cc
index c2da4a7..c25fa2b 100644
--- a/src/client/key.cc
+++ b/src/client/key.cc
@@ -7,7 +7,8 @@
#include "auxiliary/functions.h"
#include "client/key.h"
-namespace client {
+namespace client
+{
Key::Key(const char *name, int keysym, char ascii, const char *bind)
{