author | zecke <zecke> | 2004-03-13 20:38:56 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-03-13 20:38:56 (UTC) |
commit | 8ff0f6a5875346302d62b52621f9e6189d683dd9 (patch) (side-by-side diff) | |
tree | af9d2b40ede891e6ff02cd561ab09a39a423a4f6 | |
parent | cf61e44678f1b74e97c61e57ffb63a7bcf794577 (diff) | |
download | opie-8ff0f6a5875346302d62b52621f9e6189d683dd9.zip opie-8ff0f6a5875346302d62b52621f9e6189d683dd9.tar.gz opie-8ff0f6a5875346302d62b52621f9e6189d683dd9.tar.bz2 |
Run the script... convert to namespace
actually only + using namespace Opie::Core :}
-rw-r--r-- | noncore/games/backgammon/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/games/backgammon/main.cpp b/noncore/games/backgammon/main.cpp index 67e4a5b..15d7a6c 100644 --- a/noncore/games/backgammon/main.cpp +++ b/noncore/games/backgammon/main.cpp @@ -4,2 +4,3 @@ +using namespace Opie::Core; OPIE_EXPORT_APP( OApplicationFactory<BackGammon> ) |