diff options
author | pixel <pixel> | 2004-12-23 12:10:30 +0000 |
---|---|---|
committer | pixel <pixel> | 2004-12-23 12:10:30 +0000 |
commit | 61b8c1df15bed68858a1ad6d86551538e355680d (patch) | |
tree | 4d34aeccd2c065e73a7d20d6b6265577679bc91b /lib | |
parent | c76a2b8d804176a189c14bef8ad4fcae97b986c6 (diff) |
We changed some filenames before...
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ReadJob.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ReadJob.cc b/lib/ReadJob.cc index c31b894..f6ef248 100644 --- a/lib/ReadJob.cc +++ b/lib/ReadJob.cc @@ -3,7 +3,7 @@ #endif #include "ReadJob.h" #include "HttpServ.h" -#include "Regex.h" +#include "BRegex.h" #include "gettext.h" ReadJob::ReadJob(Handle * as, Handle * ad, const Regex & aregex) : s(as), d(ad), regex(&aregex) { |