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

Make vpPanda3DFrameworkManager destructor public #1568

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

fspindle
Copy link
Contributor

@fspindle fspindle commented Feb 3, 2025

Allows to fix Python bindings build when Panda3D is used

x86_64-conda-linux-gnu/include/c++/11.2.0/bits/shared_ptr_base.h:600:15: error: 'virtual vpPanda3DFrameworkManager::~vpPanda3DFrameworkManager()' is private within this context

Allows to fix Python bindings build when Panda3D is used
x86_64-conda-linux-gnu/include/c++/11.2.0/bits/shared_ptr_base.h:600:15: error: 'virtual vpPanda3DFrameworkManager::~vpPanda3DFrameworkManager()' is private within this context
Copy link

codecov bot commented Feb 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.54%. Comparing base (e8e9d37) to head (89b1dd1).
Report is 24 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1568      +/-   ##
==========================================
+ Coverage   54.37%   54.54%   +0.17%     
==========================================
  Files         442      442              
  Lines       53468    53469       +1     
==========================================
+ Hits        29074    29167      +93     
+ Misses      24394    24302      -92     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fspindle fspindle merged commit 9f7611d into lagadic:master Feb 4, 2025
85 of 90 checks passed
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.

1 participant