[Scummvm-cvs-logs] SF.net SVN: scummvm: [25745] scummvm/trunk/engines/gob/cdrom.h

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Tue Feb 20 18:28:05 CET 2007


Revision: 25745
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25745&view=rev
Author:   eriktorbjorn
Date:     2007-02-20 09:28:04 -0800 (Tue, 20 Feb 2007)

Log Message:
-----------
Guard cdrom.h against being included multiple times.

Modified Paths:
--------------
    scummvm/trunk/engines/gob/cdrom.h

Modified: scummvm/trunk/engines/gob/cdrom.h
===================================================================
--- scummvm/trunk/engines/gob/cdrom.h	2007-02-20 17:22:58 UTC (rev 25744)
+++ scummvm/trunk/engines/gob/cdrom.h	2007-02-20 17:28:04 UTC (rev 25745)
@@ -19,6 +19,10 @@
  * $Id$
  *
  */
+
+#ifndef GOB_CDROM_H
+#define GOB_CDROM_H
+
 #include "gob/gob.h"
 
 namespace Gob {
@@ -52,3 +56,5 @@
 };
 
 } // End of namespace Gob
+
+#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