Skip to content

Commit

Permalink
fixed building UCApp
Browse files Browse the repository at this point in the history
  • Loading branch information
LostbBlizzard committed Nov 20, 2023
1 parent e64ddf7 commit 9be718e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UCApp/tests/CppHelperFiles/Files/Header.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
namespace CppLinkTest
{
//This func should have two copys
UCodeLangExportSymbol("UCodeLang") void SomeFuncDefault(int V = 5) {}
UCodeLangExportSymbol("UCodeLang") void SomeFuncDefault2(int V = 5) {}

//should be an outfunc
UCodeLangExportSymbol("UCodeLang") void SomeFuncPtr(UCodeLangOutPartype(int) V) {}
Expand All @@ -22,7 +22,7 @@ namespace CppLinkTest
UCodeLangExportSymbol("UCodeLang") void SpanTest(UCodeLang::Span<int> Item) {}

//should be an outfunc
UCodeLangExportSymbol("UCodeLang") void SomeFuncPtrWithInline(UCodeLangOutPartype(int) V) {}
UCodeLangExportSymbol("UCodeLang") void SomeFuncPtrWithInline2(UCodeLangOutPartype(int) V) {}

/// <summary>
/// Testing
Expand Down

0 comments on commit 9be718e

Please sign in to comment.