aboutsummaryrefslogtreecommitdiff
path: root/Gem/develop/include/Gem/Gem/Image.h
diff options
context:
space:
mode:
Diffstat (limited to 'Gem/develop/include/Gem/Gem/Image.h')
-rw-r--r--Gem/develop/include/Gem/Gem/Image.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gem/develop/include/Gem/Gem/Image.h b/Gem/develop/include/Gem/Gem/Image.h
index 6bad705..bf61aef 100644
--- a/Gem/develop/include/Gem/Gem/Image.h
+++ b/Gem/develop/include/Gem/Gem/Image.h
@@ -289,11 +289,11 @@ struct GEM_EXTERN pixBlock {
///////////////////////////////////////////////////////////////////////////////
//////////
// copies all of the data over and mallocs memory
-GEM_EXTERN extern void copy2Image(imageStruct *to, imageStruct *from);
+GEM_EXTERN extern void copy2Image(imageStruct *to, const imageStruct *from);
//////////
// assumes that it only has to refresh the data
-GEM_EXTERN extern void refreshImage(imageStruct *to, imageStruct *from);
+GEM_EXTERN extern void refreshImage(imageStruct *to, const imageStruct *from);
-GEM_EXTERN extern int getPixFormat(char*);
+GEM_EXTERN extern int getPixFormat(const char*);
#endif // GEMPIXUTIL_H_