Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/GameLogic/SCA_PythonKeyboard.h')
-rw-r--r--source/gameengine/GameLogic/SCA_PythonKeyboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/GameLogic/SCA_PythonKeyboard.h b/source/gameengine/GameLogic/SCA_PythonKeyboard.h
index 9c761e054f2..7ecf76d1581 100644
--- a/source/gameengine/GameLogic/SCA_PythonKeyboard.h
+++ b/source/gameengine/GameLogic/SCA_PythonKeyboard.h
@@ -31,7 +31,7 @@
class SCA_PythonKeyboard : public PyObjectPlus
{
- Py_Header;
+ Py_Header
private:
class SCA_IInputDevice *m_keyboard;
#ifdef WITH_PYTHON