diff options
author | 2007-01-16 18:52:07 +0000 | |
---|---|---|
committer | 2007-01-16 18:52:07 +0000 | |
commit | 34758b994557f712ffcf698a77792d4adeafb23e (patch) | |
tree | d311dc4fc9f7ff09429b2b569eae4245299a525e /testpp.cpp | |
parent | baac6b122e4286ad544593720c8f35bbe93a976a (diff) | |
download | newsboat-34758b994557f712ffcf698a77792d4adeafb23e.tar.gz newsboat-34758b994557f712ffcf698a77792d4adeafb23e.tar.zst newsboat-34758b994557f712ffcf698a77792d4adeafb23e.zip |
Andreas Krennmair:
rebranded noos to newsbeuter
Diffstat (limited to 'testpp.cpp')
-rw-r--r-- | testpp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ #include <iostream> using namespace std; -using namespace noos; +using namespace newsbeuter; #ifdef _TESTPP int main(int argc, char * argv[]) { |