diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-04-20 20:56:54 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-04-20 20:56:54 +0000 |
| commit | 7541b42da5138d42e1a784b856834dd79b022ac9 (patch) | |
| tree | 35ef449734d4ba183b0b142e540303a1c49bafbd /src/DllPlugInTester/CommandLineParser.cpp | |
| parent | f05089dffe81419786776b60bc2dc13d2a421a5c (diff) | |
| download | cppunit-7541b42da5138d42e1a784b856834dd79b022ac9.tar.gz | |
changed .at() to []
Diffstat (limited to 'src/DllPlugInTester/CommandLineParser.cpp')
| -rw-r--r-- | src/DllPlugInTester/CommandLineParser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DllPlugInTester/CommandLineParser.cpp b/src/DllPlugInTester/CommandLineParser.cpp index 2efff53..e365ca3 100644 --- a/src/DllPlugInTester/CommandLineParser.cpp +++ b/src/DllPlugInTester/CommandLineParser.cpp @@ -304,7 +304,7 @@ CommandLineParser::getPlugInCount() const CommandLinePlugInInfo CommandLineParser::getPlugInAt( int index ) const { - return m_plugIns.at( index ); + return m_plugIns[ index ]; } |
