ERR: Fixed typo. cmRegularExpression -> RegularExpression.
This commit is contained in:
parent
7dff3a7f69
commit
52141fb615
@ -518,7 +518,7 @@ void SystemTools::ExpandRegistryValues(kwsys_std::string& source)
|
|||||||
// The "[^]]" part of this expression will match any character except
|
// The "[^]]" part of this expression will match any character except
|
||||||
// a close square-bracket. The ']' character must be the first in the
|
// a close square-bracket. The ']' character must be the first in the
|
||||||
// list of characters inside the [^...] block of the expression.
|
// list of characters inside the [^...] block of the expression.
|
||||||
cmRegularExpression regEntry("\\[(HKEY[^]]*)\\]");
|
RegularExpression regEntry("\\[(HKEY[^]]*)\\]");
|
||||||
|
|
||||||
// check for black line or comment
|
// check for black line or comment
|
||||||
while (regEntry.find(source))
|
while (regEntry.find(source))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user