[gimp/metadata-browser] app: fix include guards in gimpbrush-transform.h to not use the old filename



commit 0934f7c210768d9f1af5c91b186dd0b341802104
Author: Michael Natterer <mitch gimp org>
Date:   Sun Feb 12 18:41:52 2012 +0100

    app: fix include guards in gimpbrush-transform.h to not use the old filename

 app/core/gimpbrush-transform.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/core/gimpbrush-transform.h b/app/core/gimpbrush-transform.h
index 5034e8a..6220b06 100644
--- a/app/core/gimpbrush-transform.h
+++ b/app/core/gimpbrush-transform.h
@@ -17,8 +17,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef __GIMP_BRUSH_SCALE_H__
-#define __GIMP_BRUSH_SCALE_H__
+#ifndef __GIMP_BRUSH_TRANSFORM_H__
+#define __GIMP_BRUSH_TRANSFORM_H__
 
 
 /*  virtual functions of GimpBrush, don't call directly  */
@@ -48,4 +48,4 @@ void      gimp_brush_transform_matrix      (gdouble      width,
                                             GimpMatrix3 *matrix);
 
 
-#endif  /*  __GIMP_BRUSH_SCALE_H__  */
+#endif  /*  __GIMP_BRUSH_TRANSFORM_H__  */



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