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

This commit is contained in:
Michael Natterer 2012-02-12 18:41:52 +01:00
parent 0b97416971
commit ddb1f968b5
1 changed files with 3 additions and 3 deletions

View File

@ -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__ */