diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-04-17 20:19:56 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-04-17 20:19:56 +0200 |
commit | 5f9e7bc673025ffdc953d254be0d0c65c70ee908 (patch) | |
tree | 05c023814851e2135e22a98c676115d67334f664 /src/ParserCmdline.h | |
parent | dd428769ba5587e913cb2d768e2bca4b70f98c5d (diff) | |
download | dabmux-5f9e7bc673025ffdc953d254be0d0c65c70ee908.tar.gz dabmux-5f9e7bc673025ffdc953d254be0d0c65c70ee908.tar.bz2 dabmux-5f9e7bc673025ffdc953d254be0d0c65c70ee908.zip |
Remove using directives from .h files
Diffstat (limited to 'src/ParserCmdline.h')
-rw-r--r-- | src/ParserCmdline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ParserCmdline.h b/src/ParserCmdline.h index 61d90fc..fc12490 100644 --- a/src/ParserCmdline.h +++ b/src/ParserCmdline.h @@ -33,7 +33,7 @@ bool parse_cmdline(char **argv, int argc, - vector<dabOutput*> &outputs, + std::vector<dabOutput*> &outputs, dabEnsemble* ensemble, bool* enableTist, unsigned* FICL, |