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

Preprocessor endif without if #1841

Closed
maddin200 opened this issue Feb 22, 2021 · 1 comment · Fixed by #1914
Closed

Preprocessor endif without if #1841

maddin200 opened this issue Feb 22, 2021 · 1 comment · Fixed by #1914
Labels
issue: bug (minor) Bug affecting only some users or with no major impact on the framework

Comments

@maddin200
Copy link
Contributor

/modules/SofaGuiQt/src/sofa/gui/qt/GraphVisitor.h line 91

` bool initSize;
};
}
}
}

#endif // <-- no corresponding if (pragma once used`

same holds for:
sofa-master/modules/SofaGuiQt/src/sofa/gui/qt/WindowVisitor.h line 127

@fredroy
Copy link
Contributor

fredroy commented Mar 12, 2021

Thank you @maddin200 for your report, this issue should be fixed with #1914

@fredroy fredroy added the issue: bug (minor) Bug affecting only some users or with no major impact on the framework label Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: bug (minor) Bug affecting only some users or with no major impact on the framework
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants