summaryrefslogtreecommitdiff
path: root/src/Stitch.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-10-30 22:27:04 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-10-30 22:27:04 +0100
commitf8fb82ba705f6314d502b8efc8f03ecd16b8bed8 (patch)
treeb36fdf1b869751f5a0eabf762d2b9af8d8673a8c /src/Stitch.H
parent3065ecc1e1c44770ecad9e4bf29c4b71f0a2bc52 (diff)
more reindent
Diffstat (limited to 'src/Stitch.H')
-rw-r--r--src/Stitch.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Stitch.H b/src/Stitch.H
index d29c2e9..49dd6b8 100644
--- a/src/Stitch.H
+++ b/src/Stitch.H
@@ -12,19 +12,19 @@
#define MAX_PICS 256
-
+
class Stitch {
private:
GipfelWidget *gipf[MAX_PICS];
OutputImage *single_images[MAX_PICS];
OutputImage *merged_image;
-
+
public:
Stitch();
~Stitch();
-
+
int load_image(char *file);
OutputImage * set_output(OutputImage *img);