diff options
Diffstat (limited to 'test/run_output.cxx')
-rw-r--r-- | test/run_output.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/run_output.cxx b/test/run_output.cxx index 68df5e459..9964e47ed 100644 --- a/test/run_output.cxx +++ b/test/run_output.cxx @@ -21,7 +21,7 @@ #include "OutputControl.hxx" #include "conf.h" #include "Idle.hxx" -#include "EventPipe.hxx" +#include "GlobalEvents.hxx" extern "C" { #include "output_plugin.h" @@ -43,7 +43,7 @@ extern "C" { #include <stdlib.h> void -event_pipe_emit(G_GNUC_UNUSED enum pipe_event event) +GlobalEvents::Emit(gcc_unused Event event) { } |