Commit 34db0e5
Nitin Chaudhary
Fix OInstance.cpp: Use m_devSettings instead of devSettings parameter
Address PR review comment from @anupriya13:
- Changed 'devSettings' to 'm_devSettings' in bundle path validation error callback
- This ensures we're using the member variable consistently throughout the class
- devSettings parameter is not in scope at this point in the function1 parent 68a60ba commit 34db0e5
File tree
1 file changed
+2
-2
lines changed1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
| 100 | + | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments