Browse Source

Fix typo

gh-pages
falkTX 10 years ago
parent
commit
0f0bacab5d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      distrho/src/DistrhoUI.cpp

+ 1
- 1
distrho/src/DistrhoUI.cpp View File

@@ -110,7 +110,7 @@ void UI::d_uiReshape(uint width, uint height)
#if DISTRHO_UI_USE_NTK
void UI::resize(int x, int y, int w, int h)
{
UIWidget::resize(x, y w, h);
UIWidget::resize(x, y, w, h);
pData->setSizeCallback(w, h);
}
#else


Loading…
Cancel
Save