Browse Source

An neues Framework angepasst

Kolja Strohm 5 years ago
parent
commit
b40ede8693
1 changed files with 1 additions and 2 deletions
  1. 1 2
      GSL/Sound.h

+ 1 - 2
GSL/Sound.h

@@ -37,7 +37,6 @@ namespace GSL
 		float linksV;
 		float rechtsV;
 #endif
-		int ref;
 
 		// privat
 		int audioOpen();
@@ -50,7 +49,7 @@ namespace GSL
 		// Konstruktor
 		GSLSound( const SoundKopf &skpf );
 		// Destruktor
-		~GSLSound();
+		virtual ~GSLSound();
 		// nicht constant
 		void playSound() override;
 		void setPause( bool p ) override;