Fix review comment that I missed.

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@752 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
ted.mielczarek 2011-01-11 20:31:53 +00:00
parent c77fc8a32c
commit 78aaf6a665

View file

@ -42,12 +42,12 @@
#include "processor/logging.h"
#include "processor/pathname_stripper.h"
namespace google_breakpad {
#ifdef _WIN32
#define snprintf _snprintf
#endif
namespace google_breakpad {
LogStream::LogStream(std::ostream &stream, Severity severity,
const char *file, int line)
: stream_(stream) {