Fix some chromium-style warnings in webrtc/tools/

BUG=163
R=phoglund@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/1908004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4427 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
pbos@webrtc.org
2013-07-30 12:50:59 +00:00
parent 096515b070
commit a6f56acc53
2 changed files with 5 additions and 2 deletions

View File

@ -34,8 +34,8 @@ namespace test {
class CommandLineParser {
public:
CommandLineParser() {}
~CommandLineParser() {}
CommandLineParser();
~CommandLineParser();
void Init(int argc, char** argv);