diff options
author | RALOVICH, Kristóf <tade60@freemail.hu> | 2013-03-26 17:06:25 +0100 |
---|---|---|
committer | RALOVICH, Kristóf <tade60@freemail.hu> | 2013-03-26 17:06:25 +0100 |
commit | c5d53975991749bb30a4b1763074126204904a85 (patch) | |
tree | 4510cfa5ccaf67c488e18c37c3c89b36c5184b7e /src/antpm-fit2gpx.cpp | |
parent | cbb039a31efcec493bac0923686ce910a0b7ac1e (diff) |
introduce namespace antpm
Remove using namespace directives from all headers.
Diffstat (limited to 'src/antpm-fit2gpx.cpp')
-rw-r--r-- | src/antpm-fit2gpx.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/antpm-fit2gpx.cpp b/src/antpm-fit2gpx.cpp index d21ee85..2d6de50 100644 --- a/src/antpm-fit2gpx.cpp +++ b/src/antpm-fit2gpx.cpp @@ -26,6 +26,7 @@ namespace po = boost::program_options; namespace fs = boost::filesystem; using namespace std; +using namespace antpm; const |