diff options
Diffstat (limited to 'src/lanesconf.h')
-rw-r--r-- | src/lanesconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lanesconf.h b/src/lanesconf.h index 7b4ff93..aae4f5b 100644 --- a/src/lanesconf.h +++ b/src/lanesconf.h | |||
@@ -23,7 +23,7 @@ | |||
23 | // regular class member/method: no prefix, start with a lowercase letter | 23 | // regular class member/method: no prefix, start with a lowercase letter |
24 | // function argument: suffix _ | 24 | // function argument: suffix _ |
25 | // static function variable: prefix s, followed by an uppercase letter | 25 | // static function variable: prefix s, followed by an uppercase letter |
26 | // function local variable: prefix l, followed by an uppercase letter | 26 | // function local variable: prefix _, followed by an uppercase letter |
27 | // named lambda capture: no prefix, start with a lowercase letter | 27 | // named lambda capture: no prefix, start with a lowercase letter |
28 | 28 | ||
29 | #if (defined PLATFORM_WIN32) || (defined PLATFORM_POCKETPC) | 29 | #if (defined PLATFORM_WIN32) || (defined PLATFORM_POCKETPC) |