forked from lix-project/lix
This commit is contained in:
parent
0910ae9568
commit
e8f7978274
|
@ -15,7 +15,7 @@ namespace nix {
|
|||
|
||||
|
||||
#define foreach(it_type, it, collection) \
|
||||
for (it_type it = collection.begin(); it != collection.end(); ++it)
|
||||
for (it_type it = (collection).begin(); it != (collection).end(); ++it)
|
||||
|
||||
|
||||
/* Return an environment variable. */
|
||||
|
|
Loading…
Reference in a new issue