Code Cleanup
- Removed unnecessary use of the scope resolution operator.
This commit is contained in:
@@ -340,7 +340,7 @@ void updateRecurrenceMask (
|
||||
{
|
||||
if (it->get ("uuid") == parent)
|
||||
{
|
||||
unsigned int index = ::atoi (task.get ("imask").c_str ());
|
||||
unsigned int index = atoi (task.get ("imask").c_str ());
|
||||
std::string mask = it->get ("mask");
|
||||
if (mask.length () > index)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user