Skip to content

Commit 1a0f880

Browse files
committed
fix build
1 parent 05c5444 commit 1a0f880

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

LatiteRewrite.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@
618618
<ClInclude Include="src\client\script\PluginManager.h" />
619619
<ClInclude Include="src\client\ui\TextBox.h" />
620620
<ClInclude Include="src\sdk\common\client\game\FontRepository.h" />
621+
<ClInclude Include="src\sdk\common\client\game\Option.h" />
621622
<ClInclude Include="src\sdk\common\client\game\Options.h" />
622623
<ClInclude Include="src\sdk\common\client\gui\controls\UIControl.h" />
623624
<ClInclude Include="src\sdk\common\client\gui\controls\VisualTree.h" />

LatiteRewrite.vcxproj.filters

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,7 @@
484484
<ClInclude Include="assets\lang\zh_TW.json" />
485485
<ClInclude Include="src\client\script\objects\OSScriptingObject.h" />
486486
<ClInclude Include="src\client\feature\module\impl\hud\FrameTimeDisplay.h" />
487+
<ClInclude Include="src\sdk\common\client\game\Option.h" />
487488
</ItemGroup>
488489
<ItemGroup>
489490
<ResourceCompile Include="LatiteRewrite.rc" />

src/sdk/common/client/game/Option.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace SDK {
1616

1717

1818
std::unique_ptr<Impl> impl;
19-
private:
19+
2020
virtual ~Option() = 0;
2121
};
2222

0 commit comments

Comments
 (0)