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:
@ -34,8 +34,8 @@ namespace test {
|
||||
|
||||
class CommandLineParser {
|
||||
public:
|
||||
CommandLineParser() {}
|
||||
~CommandLineParser() {}
|
||||
CommandLineParser();
|
||||
~CommandLineParser();
|
||||
|
||||
void Init(int argc, char** argv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user