Skip to content

Commit

Permalink
Made it compile again
Browse files Browse the repository at this point in the history
  • Loading branch information
gunterkoenigsmann committed Nov 26, 2022
1 parent 72845c1 commit 13cc85b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Autocomplete.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@ void AutoComplete::LoadableFiles_BackgroundTask(wxString sharedir) {

// Prepare a list of all built-in demos of maxima.
{
wxFileName shareDir(sharedir + "/");
shareDir.MakeAbsolute();
wxFileName demoDir(shareDir.GetFullPath() + "/");
demoDir.MakeAbsolute();
demoDir.RemoveLastDir();
Expand Down

0 comments on commit 13cc85b

Please sign in to comment.