* typo fix

From-SVN: r94984
This commit is contained in:
Frank Ch. Eigler 2005-02-13 12:58:28 +00:00
parent 478cc36ff6
commit 81d8d0fa90
1 changed files with 1 additions and 0 deletions

View File

@ -3,4 +3,5 @@
int main() {
std::vector<int> v;
v.push_back(1);
return 0;
}