|
From: <pst...@us...> - 2010-07-17 20:08:53
|
Revision: 808
http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=808&view=rev
Author: pstieber
Date: 2010-07-17 20:08:47 +0000 (Sat, 17 Jul 2010)
Log Message:
-----------
Updated the header sentry.
Modified Paths:
--------------
trunk/jazz/src/SampleWindow.h
Modified: trunk/jazz/src/SampleWindow.h
===================================================================
--- trunk/jazz/src/SampleWindow.h 2010-07-17 20:05:19 UTC (rev 807)
+++ trunk/jazz/src/SampleWindow.h 2010-07-17 20:08:47 UTC (rev 808)
@@ -20,8 +20,8 @@
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//*****************************************************************************
-#ifndef samplwin_h
-#define samplwin_h
+#ifndef JZ_SAMPLEWINDOW_H
+#define JZ_SAMPLEWINDOW_H
#include "SampleCommand.h"
@@ -118,5 +118,4 @@
wxDialog *pitch_settings;
};
-#endif
-
+#endif // !defined(JZ_SAMPLEWINDOW_H)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|