summaryrefslogtreecommitdiff
path: root/distrho/src/DistrhoUI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'distrho/src/DistrhoUI.cpp')
-rw-r--r--distrho/src/DistrhoUI.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/distrho/src/DistrhoUI.cpp b/distrho/src/DistrhoUI.cpp
index a4663090..5500e394 100644
--- a/distrho/src/DistrhoUI.cpp
+++ b/distrho/src/DistrhoUI.cpp
@@ -125,9 +125,11 @@ void UI::sampleRateChanged(double) {}
/* ------------------------------------------------------------------------------------------------------------
* UI Callbacks (optional) */
+#ifndef DGL_FILE_BROWSER_DISABLED
void UI::uiFileBrowserSelected(const char*)
{
}
+#endif
void UI::uiReshape(uint width, uint height)
{