You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to https://github.com/rive-app/rive-cpp/issues/374 because of the using namespace rive; at the top. The using namespace is not placing subsequent declarations in that namespace but they will be in the global namespace.
The text was updated successfully, but these errors were encountered:
In
clipping_shape.cpp
file:consider doing this instead:
Related to https://github.com/rive-app/rive-cpp/issues/374 because of the
using namespace rive;
at the top. The using namespace is not placing subsequent declarations in that namespace but they will be in the global namespace.The text was updated successfully, but these errors were encountered: