Renamed "cl" to fCurrentLayer.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12842 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-05-26 13:56:42 +00:00
parent 2a7798ca69
commit 0c7e8ef8f4
2 changed files with 256 additions and 264 deletions

File diff suppressed because it is too large Load Diff

View File

@ -157,8 +157,7 @@ protected:
int32 fHandlerToken;
// cl is short for currentLayer. We'll use it a lot, that's why it's short :-)
Layer* cl;
Layer* fCurrentLayer;
};
#endif