Преглед на файлове

input: removed static keyword for global input names

undefined
Benlitz Sam Hocevar <sam@hocevar.net> преди 12 години
родител
ревизия
e1241fd974
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. +2
    -2
      src/input/input.h

+ 2
- 2
src/input/input.h Целия файл

@@ -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
{


Зареждане…
Отказ
Запис