| Index: samples/android_sample/jni/sound_service.h
|
| diff --git a/samples/android_sample/jni/sound_service.h b/samples/android_sample/jni/sound_service.h
|
| index 576030c2dd9e3c77f20580f7cdbb7d6ea2167338..378a61d298703cd84a138ee3d98ce822ca073dde 100644
|
| --- a/samples/android_sample/jni/sound_service.h
|
| +++ b/samples/android_sample/jni/sound_service.h
|
| @@ -26,7 +26,6 @@ class SoundService {
|
| SLSeekItf background_player_seek_if_;
|
| };
|
|
|
| -int32_t PlayBackground(const char* path);
|
| +void PlayBackground(const char* path);
|
| void StopBackground();
|
| #endif
|
| -
|
|
|