diff options
author | Jay Freeman <saurik@saurik.com> | 2008-01-02 02:54:43 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-01-02 02:54:43 +0000 |
commit | 7fe4faa796d3393f6a806c3ebb56c0a2792c1144 (patch) | |
tree | 9565d87578116d8cdb2d1577085bd6e9f3f04853 /data/libdict/namespace.diff | |
parent | 0673535c576267adb537935c02917a526166442d (diff) |
Now serving 100 packages, fixed gzip priority/dependents, and moved subversion to versioning.
git-svn-id: http://svn.telesphoreo.org/trunk@8 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/libdict/namespace.diff')
-rw-r--r-- | data/libdict/namespace.diff | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/data/libdict/namespace.diff b/data/libdict/namespace.diff new file mode 100644 index 000000000..aefde1da0 --- /dev/null +++ b/data/libdict/namespace.diff @@ -0,0 +1,13 @@ +diff -ru libdict-0.9/src/examples/cpptest.cpp libdict-0.9+iPhone/src/examples/cpptest.cpp +--- libdict-0.9/src/examples/cpptest.cpp 2002-03-15 19:03:40.000000000 +0000 ++++ libdict-0.9+iPhone/src/examples/cpptest.cpp 2008-01-01 23:33:06.000000000 +0000 +@@ -32,6 +32,8 @@ + #include <unistd.h> + #include "libdict-wrap.hpp" + ++using namespace std; ++ + int main(int argc, char **argv) { + class dictConn dc; + char optch; + |