Warning fix (nw)

This commit is contained in:
Justin Kerk 2015-11-24 21:06:14 +00:00
parent 21afa48822
commit 7470f47f23

View File

@ -25,7 +25,7 @@ public:
}
virtual ~sound_js() { }
virtual int init(const osd_options &options) { }
virtual int init(const osd_options &options) { return 0; }
virtual void exit() { }
// sound_module