OSDN Git Service

[FMGEN][OPN2] Fix FTBFS.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Sat, 29 Sep 2018 17:12:55 +0000 (02:12 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Sat, 29 Sep 2018 17:12:55 +0000 (02:12 +0900)
source/src/vm/fmgen/opna.h

index b8d54b9..35413a9 100644 (file)
@@ -468,7 +468,7 @@ namespace FM
        {
        public:
                OPN2();
-               virtual ~OPN2() {}
+               virtual ~OPN2();
                
                bool    Init(uint c, uint r, bool=false, const char* =0);
                bool    SetRate(uint c, uint r, bool);
@@ -484,8 +484,8 @@ namespace FM
                bool LoadState(void *f);
 
        private:
-               void    SetStatus(uint bit);
-               void    ResetStatus(uint bit);
+               //void  SetStatus(uint bit);
+               //void  ResetStatus(uint bit);
        // \90ü\8c`\95â\8aÔ\97p\83\8f\81[\83N
                int32   mixc, mixc1;