[gimp] app: fix include guards in gimpbrush-transform.h to not use the old filename
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: fix include guards in gimpbrush-transform.h to not use the old filename
- Date: Sun, 12 Feb 2012 17:42:33 +0000 (UTC)
commit ddb1f968b5355bc94db5d279ff76e207998353cf
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]