From 966d13519a38e1cd69cb19e62c69870529bcb523 Mon Sep 17 00:00:00 2001 From: Stefan Pöschel Date: Wed, 15 Feb 2017 10:16:17 +0100 Subject: Small refactorings --- src/sls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sls.h') 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_ */ -- cgit v1.2.3