aboutsummaryrefslogtreecommitdiffstats
path: root/src/sls.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sls.h')
-rw-r--r--src/sls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sls.h b/src/sls.h
index 44ca39b..8dc49c8 100644
--- a/src/sls.h
+++ b/src/sls.h
@@ -225,7 +225,7 @@ public:
SLSManager(PADPacketizer* pad_packetizer) : pad_packetizer(pad_packetizer), cindex_header(0), cindex_body(0) {}
- int encodeFile(const std::string& fname, int fidx, bool raw_slides);
+ bool encodeFile(const std::string& fname, int fidx, bool raw_slides);
};
#endif /* SLS_H_ */