Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix header guards for include/acacia/atspi #209

Merged
merged 2 commits into from
Apr 17, 2024
Merged

Fix header guards for include/acacia/atspi #209

merged 2 commits into from
Apr 17, 2024

Conversation

alice
Copy link
Collaborator

@alice alice commented Apr 15, 2024

No description provided.

Copy link
Collaborator

@spectranaut spectranaut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this slightly tedious fix! There is one unrelated change, but if you remove it you will have a conflict with the next PR in this chain: #210

so if you want to leave it in that's fine.

@@ -394,7 +394,8 @@ AtspiDocumentInterface AtspiNode::queryDocument() const {
AtspiHyperlinkInterface AtspiNode::queryHyperlink() const {
// Unlike the other interfaces, `atspi_accessible_get_hyperlink` gives us a
// new hyperlink object that serves as the interface. Therefore we cannot
// free it until we're done with it. See also `atspi_hyperlink_interface.h`.
// free it until we're done with it, so we pass ownership to the
// AtspiHyperlinkInterface object. See also `atspi_hyperlink_interface.h`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching, will fix and land!

@spectranaut
Copy link
Collaborator

want to switch the base branch to main and land?

@alice alice changed the base branch from namespace to main April 17, 2024 00:49
@alice alice marked this pull request as draft April 17, 2024 01:00
@alice alice marked this pull request as ready for review April 17, 2024 01:00
@alice alice merged commit e050a9c into main Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants