drivers.cpp: const-qualify pCurModule
Former-commit-id: 87f479cc083005205ed50a6d8259c4e637d055bf Former-commit-id: 654d6f0815e86f955cc4cf143abcbd736abc72f6
This commit is contained in:
parent
1f604ffa93
commit
8fe30c47f9
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ void GfDrivers::reload()
|
|||
}
|
||||
|
||||
// For each module found, load drivers information.
|
||||
tModList *pCurModule = lstDriverModules;
|
||||
const tModList *pCurModule = lstDriverModules;
|
||||
do
|
||||
{
|
||||
pCurModule = pCurModule->next;
|
||||
|
|
Loading…
Reference in a new issue