Ticket #36581: patch-utilities-afttagger-AFTTagger.cpp.diff

File patch-utilities-afttagger-AFTTagger.cpp.diff, 371 bytes (added by james-mathiesen@…, 12 years ago)

Use std::cin consistently to reference standard input

  • utilities/afttagger/AFTTagger.cpp

    old new  
    8888        m_textStream.flush();
    8989        std::string response;
    9090        std::cin >> response;
    91         cin.get();
     91        std::cin.get();
    9292
    9393        if( response != "y" && response != "Y")
    9494        {