author | zecke <zecke> | 2004-03-15 13:36:15 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-03-15 13:36:15 (UTC) |
commit | e1e38dcf2b7d3ad1ad54da6349b196fbdaf778bf (patch) (unidiff) | |
tree | 536994b50a4266fe3770cf833a7637337483f5fb /libopie2/examples | |
parent | 3fd713c57e921d2969e9a82796c4571185049c7a (diff) | |
download | opie-e1e38dcf2b7d3ad1ad54da6349b196fbdaf778bf.zip opie-e1e38dcf2b7d3ad1ad54da6349b196fbdaf778bf.tar.gz opie-e1e38dcf2b7d3ad1ad54da6349b196fbdaf778bf.tar.bz2 |
Fix up test case
-rw-r--r-- | libopie2/examples/opiedb/sqltest/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libopie2/examples/opiedb/sqltest/main.cpp b/libopie2/examples/opiedb/sqltest/main.cpp index 2ecbf76..adca5fd 100644 --- a/libopie2/examples/opiedb/sqltest/main.cpp +++ b/libopie2/examples/opiedb/sqltest/main.cpp | |||
@@ -7,4 +7,5 @@ | |||
7 | #include <opie2/osqlresult.h> | 7 | #include <opie2/osqlresult.h> |
8 | 8 | ||
9 | using namespace Opie::DB; | ||
9 | int main( int argc, char* argv[] ) { | 10 | int main( int argc, char* argv[] ) { |
10 | 11 | ||