[Scummvm-cvs-logs] SF.net SVN: scummvm:[40932] scummvm/trunk/sound/softsynth/emumidi.h

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Wed May 27 02:34:34 CEST 2009


Revision: 40932
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40932&view=rev
Author:   lordhoto
Date:     2009-05-27 00:34:31 +0000 (Wed, 27 May 2009)

Log Message:
-----------
Add include guard.

Modified Paths:
--------------
    scummvm/trunk/sound/softsynth/emumidi.h

Modified: scummvm/trunk/sound/softsynth/emumidi.h
===================================================================
--- scummvm/trunk/sound/softsynth/emumidi.h	2009-05-27 00:24:32 UTC (rev 40931)
+++ scummvm/trunk/sound/softsynth/emumidi.h	2009-05-27 00:34:31 UTC (rev 40932)
@@ -22,6 +22,9 @@
  * $Id$
  */
 
+#ifndef SOUND_SOFTSYNTH_EMUMIDI_H
+#define SOUND_SOFTSYNTH_EMUMIDI_H
+
 #include "sound/audiostream.h"
 #include "sound/mididrv.h"
 #include "sound/mixer.h"
@@ -109,3 +112,5 @@
 	}
 	bool endOfData() const { return false; }
 };
+
+#endif


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list