diff options
Diffstat (limited to 'src/osd/modules/render/d3d/d3dhlsl.cpp')
-rw-r--r-- | src/osd/modules/render/d3d/d3dhlsl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/render/d3d/d3dhlsl.cpp b/src/osd/modules/render/d3d/d3dhlsl.cpp index 712b80b71af..cad8e656717 100644 --- a/src/osd/modules/render/d3d/d3dhlsl.cpp +++ b/src/osd/modules/render/d3d/d3dhlsl.cpp @@ -2226,7 +2226,7 @@ INT32 slider::update(std::string *str, INT32 newval) return 0; } -static INT32 slider_update_trampoline(running_machine &machine, void *arg, std::string *str, INT32 newval) +static INT32 slider_update_trampoline(running_machine &machine, void *arg, int id, std::string *str, INT32 newval) { if (arg != nullptr) { |