summaryrefslogtreecommitdiffstats
path: root/tksao/colorbar/sao.h
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/colorbar/sao.h')
-rw-r--r--tksao/colorbar/sao.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/colorbar/sao.h b/tksao/colorbar/sao.h
index 8e1d357..b67b7a7 100644
--- a/tksao/colorbar/sao.h
+++ b/tksao/colorbar/sao.h
@@ -65,7 +65,7 @@ public:
ColorMapInfo* dup() {return new SAOColorMap(*this);}
int load();
int load(const char* var);
- void save(const char*);
+ int save(const char*);
unsigned char getRedChar(int i, int c) {return getColorChar(i,c,&red);}
unsigned char getGreenChar(int i, int c) {return getColorChar(i,c,&green);}