From d2f05827a19e7179f597abff8a0db1a657c0e462 Mon Sep 17 00:00:00 2001 From: Glowbal Date: Thu, 14 May 2015 10:11:02 +0200 Subject: [PATCH] removed GVAR --- documentation/framework/settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/framework/settings.md b/documentation/framework/settings.md index 15009f4b18..3106cb2254 100644 --- a/documentation/framework/settings.md +++ b/documentation/framework/settings.md @@ -16,7 +16,7 @@ Part of this settings framework are global settings and client settings. Both us Settings are entries in the config that get translated to `missionnamespace` global variables. An example settings entry looks like this: ``` - class GVAR(sampleSetting) { + class ACE_module_sampleSetting { // Value value = 1;