summaryrefslogtreecommitdiffstats
path: root/include/qpdf/BufferInputSource.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/BufferInputSource.hh')
-rw-r--r--include/qpdf/BufferInputSource.hh10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/qpdf/BufferInputSource.hh b/include/qpdf/BufferInputSource.hh
index ac6ed8dc..7f94b8e8 100644
--- a/include/qpdf/BufferInputSource.hh
+++ b/include/qpdf/BufferInputSource.hh
@@ -22,8 +22,8 @@
#ifndef QPDF_BUFFERINPUTSOURCE_HH
#define QPDF_BUFFERINPUTSOURCE_HH
-#include <qpdf/InputSource.hh>
#include <qpdf/Buffer.hh>
+#include <qpdf/InputSource.hh>
class BufferInputSource: public InputSource
{
@@ -31,11 +31,11 @@ class BufferInputSource: public InputSource
// If own_memory is true, BufferInputSource will delete the buffer
// when finished with it. Otherwise, the caller owns the memory.
QPDF_DLL
- BufferInputSource(std::string const& description, Buffer* buf,
- bool own_memory = false);
+ BufferInputSource(
+ std::string const& description, Buffer* buf, bool own_memory = false);
QPDF_DLL
- BufferInputSource(std::string const& description,
- std::string const& contents);
+ BufferInputSource(
+ std::string const& description, std::string const& contents);
QPDF_DLL
virtual ~BufferInputSource();
QPDF_DLL