Skip to content

Commit

Permalink
- fixed compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-hart committed Nov 7, 2024
1 parent da46271 commit f64d5ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ void DocUpdater::SnippetCreator::createSnippetDatabase()

showStatusMessage("Create docs for " + i.name);

auto img = i.createScreenshot(root.getComponent());
auto img = i.createScreenshot(root);

if(threadToUse != nullptr && threadToUse->threadShouldExit())
return;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class DocUpdater : public DialogWindowWithBackgroundThread,
threadToUse(t)
{}

Component::SafePointer<BackendRootWindow> root;
BackendRootWindow* root;
std::function<void(const String&)> logger;
String snippetDirectory;
Thread* threadToUse = nullptr;
Expand Down

0 comments on commit f64d5ed

Please sign in to comment.