Skip to content

Conversation

@pseidemann
Copy link
Contributor

fixes warning when following the tutorial.

In file included from src/register_types.cpp:9:
src/gdexample.h:22:8: warning: '_process' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  void _process(double delta);
       ^
godot-cpp/gen/include/godot_cpp/classes/node.hpp:277:15: note: overridden virtual function is here
        virtual void _process(double delta);
                     ^

@skyace65 skyace65 added enhancement area:manual Issues and PRs related to the Manual/Tutorials section of the documentation cherrypick:4.1 labels Nov 24, 2023
@mhilbrunner mhilbrunner requested review from paddy-exe and removed request for paddy-exe November 25, 2023 18:26
@mhilbrunner mhilbrunner merged commit 45051e1 into godotengine:master Nov 25, 2023
@mhilbrunner
Copy link
Member

Merged. Thanks and congrats on your first merged contribution!

@pseidemann pseidemann deleted the patch-2 branch November 25, 2023 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:manual Issues and PRs related to the Manual/Tutorials section of the documentation cherrypick:4.1 enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants