Add wx/persist/combobox.h to the headers list
In particular this ensures that it is installed by "make install". See #24157.
This commit is contained in:
parent
27585bf2c3
commit
99434fa005
6 changed files with 8 additions and 0 deletions
|
|
@ -1518,6 +1518,7 @@
|
|||
<ClInclude Include="..\..\include\wx\filedlgcustomize.h" />
|
||||
<ClInclude Include="..\..\include\wx\compositebookctrl.h" />
|
||||
<ClInclude Include="..\..\include\wx\msw\darkmode.h" />
|
||||
<ClInclude Include="..\..\include\wx\persist\combobox.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
|
|
|
|||
|
|
@ -2056,6 +2056,9 @@
|
|||
<ClInclude Include="..\..\include\wx\persist\bookctrl.h">
|
||||
<Filter>Common Headers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\include\wx\persist\combobox.h">
|
||||
<Filter>Common Headers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\include\wx\persist\dataview.h">
|
||||
<Filter>Common Headers</Filter>
|
||||
</ClInclude>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue