about summary refs log tree commit diff
path: root/editor/pamflip/pamflip_sse.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/pamflip/pamflip_sse.h')
-rw-r--r--editor/pamflip/pamflip_sse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/pamflip/pamflip_sse.h b/editor/pamflip/pamflip_sse.h
index 59e7c026..cd1267b7 100644
--- a/editor/pamflip/pamflip_sse.h
+++ b/editor/pamflip/pamflip_sse.h
@@ -7,6 +7,6 @@ struct pam;
 void
 pamflip_transformRowsToColumnsPbmSse(const struct pam *     const inpamP,
                                      const struct pam *     const outpamP,
-                                     struct xformCore       const xformCore);
+                                     struct XformCore       const xformCore);
 
 #endif