Commit 94d6573
committed
fix(ui): remove unnecessary IntPtr conversion for HWnd
dte.MainWindow.HWnd already returns IntPtr on x64, so wrapping it
in new IntPtr() causes a compilation error. Use the value directly.1 parent c958451 commit 94d6573
File tree
1 file changed
+1
-2
lines changed- src/CodingWithCalvin.ProjectRenamifier/Commands
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | 70 | | |
72 | 71 | | |
73 | | - | |
| 72 | + | |
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
| |||
0 commit comments