Skip to content

Commit 371ce03

Browse files
committed
Fix linux build error
1 parent 3cdf765 commit 371ce03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/interface_derived.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ void MainFrameDerived::OnAbout(wxCommandEvent& event)
247247
aboutInfo.SetWebSite("https://github.com/ravbug/UnityHubNative");
248248
aboutInfo.AddDeveloper("Ravbug (github.com/ravbug)");
249249
aboutInfo.SetIcon(wxIcon(wxICON(wxlin)));
250-
aboutInfo.SetVersion(AppVersion);
250+
aboutInfo.SetVersion(AppVersion.data());
251251
#elif defined _WIN32
252252
aboutInfo.SetVersion(AppVersion.data());
253253
aboutInfo.SetIcon(wxIcon("IDI_WXWIN"));

0 commit comments

Comments
 (0)