Browse Source

input: removed static keyword for global input names

undefined
Benlitz Sam Hocevar <sam@hocevar.net> 11 years ago
parent
commit
e1241fd974
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/input/input.h

+ 2
- 2
src/input/input.h View File

@@ -16,8 +16,8 @@
namespace lol
{

static const String g_name_mouse("Mouse");
static const String g_name_keyboard("Keyboard");
const String g_name_mouse("Mouse");
const String g_name_keyboard("Keyboard");

class InputDevice
{


Loading…
Cancel
Save