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

Add missing DGL_NAMESPACE qualifier #474

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

thirtythreeforty
Copy link

Fixes a build failure on MSVC when building with DONT_SET_USING_DGL_NAMESPACE:

distrho\src\DistrhoUIInternal.hpp(270,39): error C2061: syntax error: identifier 'IdleCallback'
  (compiling source file 'distrho/DistrhoPluginMain.cpp')

Fixes a build failure on MSVC:

    distrho\src\DistrhoUIInternal.hpp(270,39): error C2061: syntax error: identifier 'IdleCallback'
      (compiling source file 'distrho/DistrhoPluginMain.cpp')
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