From e37019943cb77d8c0735b330339a139430202fd8 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Sat, 30 Jun 2012 00:12:04 +0200 Subject: Event handling, CApplication and switch to c++-11 - added/changed event structs and event queue in common/event.h - added event handling and some minor functions in CApplication - switched to --std=c++11 because of union in Event struct --- src/graphics/common/engine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/graphics') diff --git a/src/graphics/common/engine.h b/src/graphics/common/engine.h index 6d2937c..0d93ea2 100644 --- a/src/graphics/common/engine.h +++ b/src/graphics/common/engine.h @@ -481,7 +481,7 @@ public: void SetLightMode(bool present); bool RetLightMode(); - void SetEditIndentMode(bool auto); + void SetEditIndentMode(bool autoIndent); bool RetEditIndentMode(); void SetEditIndentValue(int value); -- cgit v1.2.3-1-g7c22