diff options
Diffstat (limited to 'audio/softsynth/sid.h')
-rw-r--r-- | audio/softsynth/sid.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/softsynth/sid.h b/audio/softsynth/sid.h index 19577e94d1..88da0eb326 100644 --- a/audio/softsynth/sid.h +++ b/audio/softsynth/sid.h @@ -55,7 +55,7 @@ class WaveformGenerator { public: WaveformGenerator(); - void set_sync_source(WaveformGenerator*); + void set_sync_source(WaveformGenerator *); void updateClock(cycle_count delta_t); void synchronize(); @@ -272,7 +272,7 @@ class Voice { public: Voice(); - void set_sync_source(Voice*); + void set_sync_source(Voice *); void reset(); void writeCONTROL_REG(reg8); |