Commit 9851f92c5312108a26a950c1120fb172bc43378d

Authored by Jay Berkenbilt
1 parent a3454908

fix header symbol


git-svn-id: svn+q:///qpdf/trunk@671 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing 1 changed file with 3 additions and 3 deletions
libqpdf/qpdf/BitWriter.hh
1 1 // Write bits into a bit stream. See BitStream for reading.
2 2  
3   -#ifndef __THIS_FILE_Q__
4   -#define __THIS_FILE_Q__
  3 +#ifndef __BITWRITER_HH__
  4 +#define __BITWRITER_HH__
5 5  
6 6 class Pipeline;
7 7  
... ... @@ -21,4 +21,4 @@ class BitWriter
21 21 unsigned int bit_offset;
22 22 };
23 23  
24   -#endif // __THIS_FILE_Q__
  24 +#endif // __BITWRITER_HH__
... ...