mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-03 07:12:28 +00:00
fix header symbol
git-svn-id: svn+q:///qpdf/trunk@671 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
parent
a345490886
commit
9851f92c53
@ -1,7 +1,7 @@
|
||||
// Write bits into a bit stream. See BitStream for reading.
|
||||
|
||||
#ifndef __THIS_FILE_Q__
|
||||
#define __THIS_FILE_Q__
|
||||
#ifndef __BITWRITER_HH__
|
||||
#define __BITWRITER_HH__
|
||||
|
||||
class Pipeline;
|
||||
|
||||
@ -21,4 +21,4 @@ class BitWriter
|
||||
unsigned int bit_offset;
|
||||
};
|
||||
|
||||
#endif // __THIS_FILE_Q__
|
||||
#endif // __BITWRITER_HH__
|
||||
|
Loading…
Reference in New Issue
Block a user