aboutsummaryrefslogtreecommitdiff
path: root/src/archive.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-12-11 21:24:13 +0000
committerMike Buland <eichlan@xagasoft.com>2007-12-11 21:24:13 +0000
commitf20a251240d72281565564ae54e3c7f3314a5030 (patch)
treeaf928e4281a5254ae5d613a12c7ec2a4abf090ca /src/archive.cpp
parent5808ca2e7422b58ad12436658ede52d61503426e (diff)
downloadlibbu++-f20a251240d72281565564ae54e3c7f3314a5030.tar.gz
libbu++-f20a251240d72281565564ae54e3c7f3314a5030.tar.bz2
libbu++-f20a251240d72281565564ae54e3c7f3314a5030.tar.xz
libbu++-f20a251240d72281565564ae54e3c7f3314a5030.zip
Fixed the bu directory, now the code should compile and be usable even
installed. That was odd. Anyway, also set props on the bu, unit, and test directories so that the contents won't be listed on svn status.
Diffstat (limited to 'src/archive.cpp')
-rw-r--r--src/archive.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/archive.cpp b/src/archive.cpp
index 5ac2877..78fa362 100644
--- a/src/archive.cpp
+++ b/src/archive.cpp
@@ -5,7 +5,7 @@
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
6 */ 6 */
7 7
8#include "archive.h" 8#include "bu/archive.h"
9 9
10Bu::Archive::Archive( Stream &rStream, bool bLoading ) : 10Bu::Archive::Archive( Stream &rStream, bool bLoading ) :
11 bLoading( bLoading ), 11 bLoading( bLoading ),