diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-06-28 20:49:39 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-06-28 20:49:39 +0000 |
commit | 932677862376e9642a496a15b7f09f1106f495a5 (patch) | |
tree | 0684fe4805b3c293cdef8b07247789d70ac2dbd3 /src/linkmessage.h | |
parent | d35ef3b116e793dca1c9c5b07e47aec44b109c25 (diff) | |
download | libbu++-932677862376e9642a496a15b7f09f1106f495a5.tar.gz libbu++-932677862376e9642a496a15b7f09f1106f495a5.tar.bz2 libbu++-932677862376e9642a496a15b7f09f1106f495a5.tar.xz libbu++-932677862376e9642a496a15b7f09f1106f495a5.zip |
Many minor changes, hopefully the header fixes will keep future header macro
conflicts from happening. And, from now on, other projects should do -Ilibbu++
not -Ilibbu++/src so we can get ready for an installed version of libbu++.
Diffstat (limited to 'src/linkmessage.h')
-rw-r--r-- | src/linkmessage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/linkmessage.h b/src/linkmessage.h index 64b8bc2..baa22a6 100644 --- a/src/linkmessage.h +++ b/src/linkmessage.h | |||
@@ -1,8 +1,8 @@ | |||
1 | /**\file linkmessage.h | 1 | /**\file linkmessage.h |
2 | */ | 2 | */ |
3 | 3 | ||
4 | #ifndef LINKMESSAGE_H | 4 | #ifndef BU_LINKMESSAGE_H |
5 | #define LINKMESSAGE_H | 5 | #define BU_LINKMESSAGE_H |
6 | 6 | ||
7 | namespace Bu | 7 | namespace Bu |
8 | { | 8 | { |