diff options
Diffstat (limited to 'pulse')
| -rw-r--r-- | pulse/src/runnable/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pulse/src/runnable/mod.rs b/pulse/src/runnable/mod.rs index 612bca9..ca63f24 100644 --- a/pulse/src/runnable/mod.rs +++ b/pulse/src/runnable/mod.rs @@ -28,7 +28,7 @@ impl<'p : 's, 's> PulseVolumeRunnable<'p> { } impl<'p> SwayStatusModuleRunnable for PulseVolumeRunnable<'p> { - fn run(&self) { + fn run(&mut self) { //TODO } } |
