fix header symbol

git-svn-id: svn+q:///qpdf/trunk@671 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
Jay Berkenbilt 2009-04-25 01:39:17 +00:00
parent a345490886
commit 9851f92c53
1 changed files with 3 additions and 3 deletions

View File

@ -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__