gimp r25350 - in trunk: . plug-ins/help



Author: mitch
Date: Thu Apr  3 10:10:51 2008
New Revision: 25350
URL: http://svn.gnome.org/viewvc/gimp?rev=25350&view=rev

Log:
2008-04-03  Michael Natterer  <mitch gimp org>

	* plug-ins/help/gimphelpdomain.h: fix include guards.



Modified:
   trunk/ChangeLog
   trunk/plug-ins/help/gimphelpdomain.h

Modified: trunk/plug-ins/help/gimphelpdomain.h
==============================================================================
--- trunk/plug-ins/help/gimphelpdomain.h	(original)
+++ trunk/plug-ins/help/gimphelpdomain.h	Thu Apr  3 10:10:51 2008
@@ -21,8 +21,8 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-#ifndef __DOMAIN_H__
-#define __DOMAIN_H__
+#ifndef __GIMP_HELP_DOMAIN_H__
+#define __GIMP_HELP_DOMAIN_H__
 
 
 struct _GimpHelpDomain
@@ -47,4 +47,4 @@
 void             gimp_help_domain_exit          (void);
 
 
-#endif /* ! __DOMAIN_H__ */
+#endif /* ! __GIMP_HELP_DOMAIN_H__ */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]